| 1 |
4.45 ms |
SELECT t0.id AS id_1, t0.username AS username_2, t0.roles AS roles_3, t0.password AS password_4, t0.is_enabled AS is_enabled_5, t0.is_password_changed AS is_password_changed_6, t0.last_login_at AS last_login_at_7, t0.last_auth_at AS last_auth_at_8, t0.establishment_id AS establishment_id_9, t0.change_annee_id AS change_annee_id_10 FROM user t0
SELECT t0.id AS id_1, t0.username AS username_2, t0.roles AS roles_3, t0.password AS password_4, t0.is_enabled AS is_enabled_5, t0.is_password_changed AS is_password_changed_6, t0.last_login_at AS last_login_at_7, t0.last_auth_at AS last_auth_at_8, t0.establishment_id AS establishment_id_9, t0.change_annee_id AS change_annee_id_10 FROM user t0;
|
| 2 |
1.67 ms |
SELECT a0_.id AS id_0, a0_.title AS title_1, a0_.content AS content_2, a0_.image_name AS image_name_3, a0_.is_active AS is_active_4, a0_.created_at AS created_at_5, a0_.updated_at AS updated_at_6, a0_.start_at AS start_at_7, a0_.end_at AS end_at_8 FROM advertisement a0_ WHERE a0_.is_active = ? ORDER BY a0_.created_at DESC
SELECT a0_.id AS id_0, a0_.title AS title_1, a0_.content AS content_2, a0_.image_name AS image_name_3, a0_.is_active AS is_active_4, a0_.created_at AS created_at_5, a0_.updated_at AS updated_at_6, a0_.start_at AS start_at_7, a0_.end_at AS end_at_8 FROM advertisement a0_ WHERE a0_.is_active = 1 ORDER BY a0_.created_at DESC;
|
| 3 |
1.00 ms |
SELECT a0_.id AS id_0, a0_.title AS title_1, a0_.image AS image_2, a0_.is_active AS is_active_3, a0_.created_at AS created_at_4, a0_.updated_at AS updated_at_5, a0_.start_at AS start_at_6, a0_.end_at AS end_at_7 FROM advertisement_logo a0_ WHERE a0_.is_active = ? ORDER BY a0_.created_at DESC
SELECT a0_.id AS id_0, a0_.title AS title_1, a0_.image AS image_2, a0_.is_active AS is_active_3, a0_.created_at AS created_at_4, a0_.updated_at AS updated_at_5, a0_.start_at AS start_at_6, a0_.end_at AS end_at_7 FROM advertisement_logo a0_ WHERE a0_.is_active = 1 ORDER BY a0_.created_at DESC;
|
| 4 |
1.12 ms |
SELECT c0_.id AS id_0, c0_.title AS title_1, c0_.description AS description_2, c0_.image AS image_3, c0_.start_at AS start_at_4, c0_.end_at AS end_at_5, c0_.created_at AS created_at_6, c0_.updated_at AS updated_at_7, c0_.is_active AS is_active_8 FROM cms_media c0_ WHERE c0_.is_active = ? ORDER BY c0_.created_at DESC
SELECT c0_.id AS id_0, c0_.title AS title_1, c0_.description AS description_2, c0_.image AS image_3, c0_.start_at AS start_at_4, c0_.end_at AS end_at_5, c0_.created_at AS created_at_6, c0_.updated_at AS updated_at_7, c0_.is_active AS is_active_8 FROM cms_media c0_ WHERE c0_.is_active = 1 ORDER BY c0_.created_at DESC;
|