| 1 |
0.50 ms |
SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.prenom AS prenom_5, t0.nom AS nom_6, t0.telephone AS telephone_7, t0.email_verified AS email_verified_8, t0.is_active AS is_active_9, t0.departement AS departement_10, t0.created_at AS created_at_11, t0.updated_at AS updated_at_12, t0.stripe_customer_id AS stripe_customer_id_13, t0.reset_password_token AS reset_password_token_14, t0.reset_password_token_expires_at AS reset_password_token_expires_at_15, t0.new_email AS new_email_16, t0.email_change_token AS email_change_token_17, t0.email_change_token_expires_at AS email_change_token_expires_at_18, t0.last_login_at AS last_login_at_19, t0.inactivity_reminder_shown_at AS inactivity_reminder_shown_at_20, t0.email_verification_token AS email_verification_token_21, t0.email_verification_token_expires_at AS email_verification_token_expires_at_22, t0.double_auth_token AS double_auth_token_23, t0.double_auth_token_expires_at AS double_auth_token_expires_at_24, t0.double_auth_verified_at AS double_auth_verified_at_25 FROM user t0 WHERE t0.email = ? LIMIT 1
Parameters: [
"admin@atsu.fr"
]
SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.prenom AS prenom_5, t0.nom AS nom_6, t0.telephone AS telephone_7, t0.email_verified AS email_verified_8, t0.is_active AS is_active_9, t0.departement AS departement_10, t0.created_at AS created_at_11, t0.updated_at AS updated_at_12, t0.stripe_customer_id AS stripe_customer_id_13, t0.reset_password_token AS reset_password_token_14, t0.reset_password_token_expires_at AS reset_password_token_expires_at_15, t0.new_email AS new_email_16, t0.email_change_token AS email_change_token_17, t0.email_change_token_expires_at AS email_change_token_expires_at_18, t0.last_login_at AS last_login_at_19, t0.inactivity_reminder_shown_at AS inactivity_reminder_shown_at_20, t0.email_verification_token AS email_verification_token_21, t0.email_verification_token_expires_at AS email_verification_token_expires_at_22, t0.double_auth_token AS double_auth_token_23, t0.double_auth_token_expires_at AS double_auth_token_expires_at_24, t0.double_auth_verified_at AS double_auth_verified_at_25 FROM user t0 WHERE t0.email = 'admin@atsu.fr' LIMIT 1;
|