0.64 ms (58.02%)
|
1 |
SELECT r0_.id AS id_0, r0_.status AS status_1, r0_.starts_at AS starts_at_2, r0_.ends_at AS ends_at_3, r0_.duration_minutes AS duration_minutes_4, r0_.contact_first_name AS contact_first_name_5, r0_.contact_last_name AS contact_last_name_6, r0_.contact_phone AS contact_phone_7, r0_.contact_email AS contact_email_8, r0_.notes AS notes_9, r0_.estimated_total_cents AS estimated_total_cents_10, r0_.created_at AS created_at_11, r0_.user_id AS user_id_12, r0_.vehicle_id AS vehicle_id_13, r0_.workplace_id AS workplace_id_14, r0_.from_tire_set_id AS from_tire_set_id_15, r0_.to_tire_set_id AS to_tire_set_id_16 FROM reservation r0_ WHERE r0_.user_id = ? ORDER BY r0_.starts_at ASC, r0_.created_at ASC
SELECT r0_.id AS id_0, r0_.status AS status_1, r0_.starts_at AS starts_at_2, r0_.ends_at AS ends_at_3, r0_.duration_minutes AS duration_minutes_4, r0_.contact_first_name AS contact_first_name_5, r0_.contact_last_name AS contact_last_name_6, r0_.contact_phone AS contact_phone_7, r0_.contact_email AS contact_email_8, r0_.notes AS notes_9, r0_.estimated_total_cents AS estimated_total_cents_10, r0_.created_at AS created_at_11, r0_.user_id AS user_id_12, r0_.vehicle_id AS vehicle_id_13, r0_.workplace_id AS workplace_id_14, r0_.from_tire_set_id AS from_tire_set_id_15, r0_.to_tire_set_id AS to_tire_set_id_16 FROM reservation r0_ WHERE r0_.user_id = 9 ORDER BY r0_.starts_at ASC, r0_.created_at ASC;
|
0.46 ms (41.98%)
|
1 |
SELECT t0.id AS id_1, t0.email AS email_2, t0.first_name AS first_name_3, t0.last_name AS last_name_4, t0.phone AS phone_5, t0.is_active AS is_active_6, t0.roles AS roles_7, t0.password AS password_8, t0.reset_token AS reset_token_9, t0.reset_token_expires_at AS reset_token_expires_at_10, t0.registration_token AS registration_token_11, t0.registration_token_expires_at AS registration_token_expires_at_12 FROM user t0 WHERE t0.id = ?
SELECT t0.id AS id_1, t0.email AS email_2, t0.first_name AS first_name_3, t0.last_name AS last_name_4, t0.phone AS phone_5, t0.is_active AS is_active_6, t0.roles AS roles_7, t0.password AS password_8, t0.reset_token AS reset_token_9, t0.reset_token_expires_at AS reset_token_expires_at_10, t0.registration_token AS registration_token_11, t0.registration_token_expires_at AS registration_token_expires_at_12 FROM user t0 WHERE t0.id = 9;
|