| 1 |
1.78 ms |
SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.is_verified AS is_verified_5, t0.pin_code AS pin_code_6, t0.full_name AS full_name_7, t0.user_profile_id AS user_profile_id_8, t0.settings_id AS settings_id_9, t10.id AS id_11, t10.work AS work_12, t10.weekend AS weekend_13, t10.vacation_days AS vacation_days_14, t10.contract_hours AS contract_hours_15, t10.user_id AS user_id_16 FROM user t0 LEFT JOIN settings t10 ON t10.user_id = t0.id
SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.is_verified AS is_verified_5, t0.pin_code AS pin_code_6, t0.full_name AS full_name_7, t0.user_profile_id AS user_profile_id_8, t0.settings_id AS settings_id_9, t10.id AS id_11, t10.work AS work_12, t10.weekend AS weekend_13, t10.vacation_days AS vacation_days_14, t10.contract_hours AS contract_hours_15, t10.user_id AS user_id_16 FROM user t0 LEFT JOIN settings t10 ON t10.user_id = t0.id;
|
| 2 |
0.58 ms |
SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.is_verified AS is_verified_5, t0.pin_code AS pin_code_6, t0.full_name AS full_name_7, t0.user_profile_id AS user_profile_id_8, t0.settings_id AS settings_id_9, t10.id AS id_11, t10.work AS work_12, t10.weekend AS weekend_13, t10.vacation_days AS vacation_days_14, t10.contract_hours AS contract_hours_15, t10.user_id AS user_id_16 FROM user t0 LEFT JOIN settings t10 ON t10.user_id = t0.id WHERE t0.settings_id = ?
SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.is_verified AS is_verified_5, t0.pin_code AS pin_code_6, t0.full_name AS full_name_7, t0.user_profile_id AS user_profile_id_8, t0.settings_id AS settings_id_9, t10.id AS id_11, t10.work AS work_12, t10.weekend AS weekend_13, t10.vacation_days AS vacation_days_14, t10.contract_hours AS contract_hours_15, t10.user_id AS user_id_16 FROM user t0 LEFT JOIN settings t10 ON t10.user_id = t0.id WHERE t0.settings_id = 1;
|
| 3 |
0.29 ms |
SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.is_verified AS is_verified_5, t0.pin_code AS pin_code_6, t0.full_name AS full_name_7, t0.user_profile_id AS user_profile_id_8, t0.settings_id AS settings_id_9, t10.id AS id_11, t10.work AS work_12, t10.weekend AS weekend_13, t10.vacation_days AS vacation_days_14, t10.contract_hours AS contract_hours_15, t10.user_id AS user_id_16 FROM user t0 LEFT JOIN settings t10 ON t10.user_id = t0.id WHERE t0.settings_id = ?
SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.is_verified AS is_verified_5, t0.pin_code AS pin_code_6, t0.full_name AS full_name_7, t0.user_profile_id AS user_profile_id_8, t0.settings_id AS settings_id_9, t10.id AS id_11, t10.work AS work_12, t10.weekend AS weekend_13, t10.vacation_days AS vacation_days_14, t10.contract_hours AS contract_hours_15, t10.user_id AS user_id_16 FROM user t0 LEFT JOIN settings t10 ON t10.user_id = t0.id WHERE t0.settings_id = 3;
|
| 4 |
0.28 ms |
SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.is_verified AS is_verified_5, t0.pin_code AS pin_code_6, t0.full_name AS full_name_7, t0.user_profile_id AS user_profile_id_8, t0.settings_id AS settings_id_9, t10.id AS id_11, t10.work AS work_12, t10.weekend AS weekend_13, t10.vacation_days AS vacation_days_14, t10.contract_hours AS contract_hours_15, t10.user_id AS user_id_16 FROM user t0 LEFT JOIN settings t10 ON t10.user_id = t0.id WHERE t0.settings_id = ?
SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.is_verified AS is_verified_5, t0.pin_code AS pin_code_6, t0.full_name AS full_name_7, t0.user_profile_id AS user_profile_id_8, t0.settings_id AS settings_id_9, t10.id AS id_11, t10.work AS work_12, t10.weekend AS weekend_13, t10.vacation_days AS vacation_days_14, t10.contract_hours AS contract_hours_15, t10.user_id AS user_id_16 FROM user t0 LEFT JOIN settings t10 ON t10.user_id = t0.id WHERE t0.settings_id = 4;
|
| 5 |
0.97 ms |
SELECT t0_.id AS id_0, t0_.start_time AS start_time_1, t0_.end_time AS end_time_2, t0_.date AS date_3, t0_.day_id AS day_id_4, t0_.user_id AS user_id_5 FROM time t0_ INNER JOIN user u1_ ON t0_.user_id = u1_.id WHERE t0_.date = ?
Parameters: [
"05-06-2026"
]
SELECT t0_.id AS id_0, t0_.start_time AS start_time_1, t0_.end_time AS end_time_2, t0_.date AS date_3, t0_.day_id AS day_id_4, t0_.user_id AS user_id_5 FROM time t0_ INNER JOIN user u1_ ON t0_.user_id = u1_.id WHERE t0_.date = '05-06-2026';
|