| 1 |
0.80 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.primary_color AS primary_color_3, t0.logo_path AS logo_path_4, t0.email_sender AS email_sender_5, t0.footer_note AS footer_note_6, t0.address AS address_7, t0.phone AS phone_8, t0.website AS website_9, t0.siret AS siret_10, t0.naf_code AS naf_code_11, t0.discord AS discord_12, t0.created_at AS created_at_13, t0.updated_at AS updated_at_14 FROM platform_configuration t0 LIMIT 1
SELECT t0.id AS id_1, t0.name AS name_2, t0.primary_color AS primary_color_3, t0.logo_path AS logo_path_4, t0.email_sender AS email_sender_5, t0.footer_note AS footer_note_6, t0.address AS address_7, t0.phone AS phone_8, t0.website AS website_9, t0.siret AS siret_10, t0.naf_code AS naf_code_11, t0.discord AS discord_12, t0.created_at AS created_at_13, t0.updated_at AS updated_at_14 FROM platform_configuration t0 LIMIT 1;
|
| 2 |
2.62 ms |
SELECT t0.deleted AS deleted_1, t0.archived AS archived_2, t0.date_add AS date_add_3, t0.date_update AS date_update_4, t0.id AS id_5, t0.email AS email_6, t0.username AS username_7, t0.password AS password_8, t0.first_name AS first_name_9, t0.last_name AS last_name_10, t0.display_name AS display_name_11, t0.phone_number AS phone_number_12, t0.birth_date AS birth_date_13, t0.address AS address_14, t0.last_password_change_at AS last_password_change_at_15, t0.locked_at AS locked_at_16, t0.color AS color_17, t0.status AS status_18, t0.desactivation_date AS desactivation_date_19, t0.roles AS roles_20 FROM user t0 WHERE t0.id = ?
SELECT t0.deleted AS deleted_1, t0.archived AS archived_2, t0.date_add AS date_add_3, t0.date_update AS date_update_4, t0.id AS id_5, t0.email AS email_6, t0.username AS username_7, t0.password AS password_8, t0.first_name AS first_name_9, t0.last_name AS last_name_10, t0.display_name AS display_name_11, t0.phone_number AS phone_number_12, t0.birth_date AS birth_date_13, t0.address AS address_14, t0.last_password_change_at AS last_password_change_at_15, t0.locked_at AS locked_at_16, t0.color AS color_17, t0.status AS status_18, t0.desactivation_date AS desactivation_date_19, t0.roles AS roles_20 FROM user t0 WHERE t0.id = 1;
|