| 1 |
2.07 ms |
SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.first_name AS first_name_5, t0.last_name AS last_name_6, t0.id_stripe AS id_stripe_7, t0.created_at AS created_at_8, t0.cgv AS cgv_9, t0.rgpd AS rgpd_10, t0.reset_token AS reset_token_11, t0.reset_requested_at AS reset_requested_at_12, t0.last_seen_at AS last_seen_at_13, t0.id_wp AS id_wp_14, t0.status AS status_15, t0.artist_id AS artist_id_16, t17.id AS id_18, t17.structure_name AS structure_name_19, t17.type AS type_20, t17.function AS function_21, t17.other_type AS other_type_22, t17.utilisateur_id AS utilisateur_id_23, t24.id AS id_25, t24.street AS street_26, t24.street_add AS street_add_27, t24.post_code AS post_code_28, t24.city AS city_29, t24.oldid AS oldid_30, t24.utilisateur_id AS utilisateur_id_31, t24.coordinate_id AS coordinate_id_32, t33.id AS id_34, t33.website AS website_35, t33.facebook AS facebook_36, t33.linkedin AS linkedin_37, t33.twitter AS twitter_38, t33.youtube AS youtube_39, t33.is_see_info_contact AS is_see_info_contact_40, t33.instagram AS instagram_41, t33.utilisateur_id AS utilisateur_id_42 FROM "user" t0 LEFT JOIN programmer t17 ON t17.utilisateur_id = t0.id LEFT JOIN address t24 ON t24.utilisateur_id = t0.id LEFT JOIN more_information t33 ON t33.utilisateur_id = t0.id WHERE t0.email = ? LIMIT 2
Parameters: [
"lamelune.production@gmail.com"
]
SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.first_name AS first_name_5, t0.last_name AS last_name_6, t0.id_stripe AS id_stripe_7, t0.created_at AS created_at_8, t0.cgv AS cgv_9, t0.rgpd AS rgpd_10, t0.reset_token AS reset_token_11, t0.reset_requested_at AS reset_requested_at_12, t0.last_seen_at AS last_seen_at_13, t0.id_wp AS id_wp_14, t0.status AS status_15, t0.artist_id AS artist_id_16, t17.id AS id_18, t17.structure_name AS structure_name_19, t17.type AS type_20, t17.function AS function_21, t17.other_type AS other_type_22, t17.utilisateur_id AS utilisateur_id_23, t24.id AS id_25, t24.street AS street_26, t24.street_add AS street_add_27, t24.post_code AS post_code_28, t24.city AS city_29, t24.oldid AS oldid_30, t24.utilisateur_id AS utilisateur_id_31, t24.coordinate_id AS coordinate_id_32, t33.id AS id_34, t33.website AS website_35, t33.facebook AS facebook_36, t33.linkedin AS linkedin_37, t33.twitter AS twitter_38, t33.youtube AS youtube_39, t33.is_see_info_contact AS is_see_info_contact_40, t33.instagram AS instagram_41, t33.utilisateur_id AS utilisateur_id_42 FROM "user" t0 LEFT JOIN programmer t17 ON t17.utilisateur_id = t0.id LEFT JOIN address t24 ON t24.utilisateur_id = t0.id LEFT JOIN more_information t33 ON t33.utilisateur_id = t0.id WHERE t0.email = 'lamelune.production@gmail.com' LIMIT 2;
|
| 2 |
0.22 ms |
"START TRANSACTION"
"START TRANSACTION";
|
| 3 |
0.43 ms |
INSERT INTO artist (phone, company_name, slug) VALUES (?, ?, ?)
Parameters: [
"0651538481"
"Compagnie Lamelune"
"Compagnie-Lamelune"
]
INSERT INTO artist (phone, company_name, slug) VALUES ('0651538481', 'Compagnie Lamelune', 'Compagnie-Lamelune');
|
| 4 |
0.41 ms |
INSERT INTO "user" (email, roles, password, first_name, last_name, id_stripe, created_at, cgv, rgpd, reset_token, reset_requested_at, last_seen_at, id_wp, status, artist_id) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Parameters: [
"lamelune.production@gmail.com"
"["ROLE_ARTIST"]"
"$2y$13$g.9M5uUHmd9P8qmq9VPZpOZSg9c5iYH9DUuVQG7adVe2G7E11wB8O"
"Pascal"
"Sylvain"
"cus_TzRolW12ygAJqe"
"2026-02-16"
null
null
null
null
null
null
"active"
990
]
INSERT INTO "user" (email, roles, password, first_name, last_name, id_stripe, created_at, cgv, rgpd, reset_token, reset_requested_at, last_seen_at, id_wp, status, artist_id) VALUES ('lamelune.production@gmail.com', '[\"ROLE_ARTIST\"]', '$2y$13$g.9M5uUHmd9P8qmq9VPZpOZSg9c5iYH9DUuVQG7adVe2G7E11wB8O', 'Pascal', 'Sylvain', 'cus_TzRolW12ygAJqe', '2026-02-16', NULL, NULL, NULL, NULL, NULL, NULL, 'active', 990);
|
| 5 |
0.31 ms |
INSERT INTO coordinate (latitutude, longitude, min_lat, max_lat, min_lon, max_lon, distance) VALUES (?, ?, ?, ?, ?, ?, ?)
Parameters: [
48.881865
2.362616
47.532882591122
50.230847408878
0.31103768907474
4.4141943109253
150
]
INSERT INTO coordinate (latitutude, longitude, min_lat, max_lat, min_lon, max_lon, distance) VALUES (48.881865, 2.362616, 47.532882591122, 50.230847408878, 0.31103768907474, 4.4141943109253, 150);
|
| 6 |
0.38 ms |
INSERT INTO address (street, street_add, post_code, city, oldid, utilisateur_id, coordinate_id) VALUES (?, ?, ?, ?, ?, ?, ?)
Parameters: [
"numéro 41, le Kiosque, 10 éme - mvac 35 , rue de l'aqueduc"
null
"75010"
"Paris"
null
1060
549
]
INSERT INTO address (street, street_add, post_code, city, oldid, utilisateur_id, coordinate_id) VALUES ('numéro 41, le Kiosque, 10 éme - mvac 35 , rue de l\'aqueduc', NULL, '75010', 'Paris', NULL, 1060, 549);
|
| 7 |
0.34 ms |
"COMMIT"
|