| 1 |
1.22 ms |
SELECT t0.id AS id_1, t0.account_number AS account_number_2, t0.first_name AS first_name_3, t0.last_name AS last_name_4, t0.email AS email_5, t0.phone AS phone_6, t0.phone_country_code AS phone_country_code_7, t0.phone_number AS phone_number_8, t0.phone_e164 AS phone_e164_9, t0.photo_path AS photo_path_10, t0.identity_number AS identity_number_11, t0.status AS status_12, t0.created AS created_13, t0.updated AS updated_14, t0.password_hash AS password_hash_15, t0.is_verified AS is_verified_16, t0.is_blocked AS is_blocked_17, t0.last_login_at AS last_login_at_18, t0.must_change_password AS must_change_password_19, t0.password_set_at AS password_set_at_20, t0.password_changed_at AS password_changed_at_21, t0.credentials_sent_at AS credentials_sent_at_22, t0.credentials_printed_at AS credentials_printed_at_23, t0.company_id AS company_id_24, t0.participant_identity_id AS participant_identity_id_25 FROM participant_account t0 WHERE t0.email = ? LIMIT 1
Parameters: [
"info@intrasoft.eu"
]
SELECT t0.id AS id_1, t0.account_number AS account_number_2, t0.first_name AS first_name_3, t0.last_name AS last_name_4, t0.email AS email_5, t0.phone AS phone_6, t0.phone_country_code AS phone_country_code_7, t0.phone_number AS phone_number_8, t0.phone_e164 AS phone_e164_9, t0.photo_path AS photo_path_10, t0.identity_number AS identity_number_11, t0.status AS status_12, t0.created AS created_13, t0.updated AS updated_14, t0.password_hash AS password_hash_15, t0.is_verified AS is_verified_16, t0.is_blocked AS is_blocked_17, t0.last_login_at AS last_login_at_18, t0.must_change_password AS must_change_password_19, t0.password_set_at AS password_set_at_20, t0.password_changed_at AS password_changed_at_21, t0.credentials_sent_at AS credentials_sent_at_22, t0.credentials_printed_at AS credentials_printed_at_23, t0.company_id AS company_id_24, t0.participant_identity_id AS participant_identity_id_25 FROM participant_account t0 WHERE t0.email = 'info@intrasoft.eu' LIMIT 1;
|