0.40 ms (100.00%)
|
1 |
SELECT t0.id AS id_1, t0.email AS email_2, t0.first_name AS first_name_3, t0.last_name AS last_name_4, t0.roles AS roles_5, t0.password AS password_6, t0.password_reset_token AS password_reset_token_7, t0.password_reset_requested_at AS password_reset_requested_at_8, t0.password_reset_expires_at AS password_reset_expires_at_9, t0.created_at AS created_at_10, t0.phone AS phone_11, t0.pseudo AS pseudo_12, t0.bio AS bio_13, t0.profile_photo AS profile_photo_14, t0.address AS address_15, t0.city AS city_16, t0.postal_code AS postal_code_17, t0.department AS department_18, t0.social_facebook AS social_facebook_19, t0.social_instagram AS social_instagram_20, t0.social_tiktok AS social_tiktok_21, t0.social_youtube AS social_youtube_22, t0.social_linkedin AS social_linkedin_23, t0.profile_visibility AS profile_visibility_24, t0.show_in_directory AS show_in_directory_25, t0.email_visibility AS email_visibility_26, t0.phone_visibility AS phone_visibility_27, t0.allow_private_messages AS allow_private_messages_28, t0.contact_policy AS contact_policy_29, t0.fcm_token AS fcm_token_30 FROM `user` t0 WHERE t0.email = ? LIMIT 1
Parameters: [
"glessmer@live.fr"
]
SELECT t0.id AS id_1, t0.email AS email_2, t0.first_name AS first_name_3, t0.last_name AS last_name_4, t0.roles AS roles_5, t0.password AS password_6, t0.password_reset_token AS password_reset_token_7, t0.password_reset_requested_at AS password_reset_requested_at_8, t0.password_reset_expires_at AS password_reset_expires_at_9, t0.created_at AS created_at_10, t0.phone AS phone_11, t0.pseudo AS pseudo_12, t0.bio AS bio_13, t0.profile_photo AS profile_photo_14, t0.address AS address_15, t0.city AS city_16, t0.postal_code AS postal_code_17, t0.department AS department_18, t0.social_facebook AS social_facebook_19, t0.social_instagram AS social_instagram_20, t0.social_tiktok AS social_tiktok_21, t0.social_youtube AS social_youtube_22, t0.social_linkedin AS social_linkedin_23, t0.profile_visibility AS profile_visibility_24, t0.show_in_directory AS show_in_directory_25, t0.email_visibility AS email_visibility_26, t0.phone_visibility AS phone_visibility_27, t0.allow_private_messages AS allow_private_messages_28, t0.contact_policy AS contact_policy_29, t0.fcm_token AS fcm_token_30 FROM `user` t0 WHERE t0.email = 'glessmer@live.fr' LIMIT 1;
|