| 1 |
1.01 ms
|
SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.firstname AS firstname_5, t0.lastname AS lastname_6, t0.active AS active_7, t0.created_at AS created_at_8, t0.updated_at AS updated_at_9 FROM user t0 WHERE t0.email = ? LIMIT 1
Parameters: [
"eric@caravanemedia.com"
]
SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.firstname AS firstname_5, t0.lastname AS lastname_6, t0.active AS active_7, t0.created_at AS created_at_8, t0.updated_at AS updated_at_9 FROM user t0 WHERE t0.email = 'eric@caravanemedia.com' LIMIT 1;
|
| 2 |
1.18 ms
|
SELECT t0.id AS id_1, t0.name AS name_2, t0.slug AS slug_3, t0.guest_code AS guest_code_4, t0.guest_code_display AS guest_code_display_5, t0.map_image AS map_image_6, t0.logo AS logo_7, t0.plan_pdf AS plan_pdf_8, t0.boaz_create_url AS boaz_create_url_9, t0.video_url AS video_url_10 FROM aquapark t0 INNER JOIN aquapark_user ON t0.id = aquapark_user.aquapark_id WHERE aquapark_user.user_id = ?
SELECT t0.id AS id_1, t0.name AS name_2, t0.slug AS slug_3, t0.guest_code AS guest_code_4, t0.guest_code_display AS guest_code_display_5, t0.map_image AS map_image_6, t0.logo AS logo_7, t0.plan_pdf AS plan_pdf_8, t0.boaz_create_url AS boaz_create_url_9, t0.video_url AS video_url_10 FROM aquapark t0 INNER JOIN aquapark_user ON t0.id = aquapark_user.aquapark_id WHERE aquapark_user.user_id = 1;
|
| 3 |
1.48 ms
|
SELECT t0.id AS id_1, t0.title AS title_2, t0.description AS description_3, t0.filename AS filename_4, t0.aquapark_id AS aquapark_id_5, t0.equipment_type_id AS equipment_type_id_6, t0.asset_id AS asset_id_7, t0.classification_id AS classification_id_8 FROM document t0 WHERE t0.aquapark_id = ?
SELECT t0.id AS id_1, t0.title AS title_2, t0.description AS description_3, t0.filename AS filename_4, t0.aquapark_id AS aquapark_id_5, t0.equipment_type_id AS equipment_type_id_6, t0.asset_id AS asset_id_7, t0.classification_id AS classification_id_8 FROM document t0 WHERE t0.aquapark_id = 1;
|
| 4 |
0.64 ms
|
SELECT t0.id AS id_1, t0.family AS family_2, t0.code AS code_3, t0.label AS label_4, t0.position AS position_5, t0.active AS active_6, t0.guest_visible AS guest_visible_7 FROM classification t0 WHERE t0.id = ?
SELECT t0.id AS id_1, t0.family AS family_2, t0.code AS code_3, t0.label AS label_4, t0.position AS position_5, t0.active AS active_6, t0.guest_visible AS guest_visible_7 FROM classification t0 WHERE t0.id = 13;
|
| 5 |
0.63 ms
|
SELECT t0.id AS id_1, t0.family AS family_2, t0.code AS code_3, t0.label AS label_4, t0.position AS position_5, t0.active AS active_6, t0.guest_visible AS guest_visible_7 FROM classification t0 WHERE t0.id = ?
SELECT t0.id AS id_1, t0.family AS family_2, t0.code AS code_3, t0.label AS label_4, t0.position AS position_5, t0.active AS active_6, t0.guest_visible AS guest_visible_7 FROM classification t0 WHERE t0.id = 14;
|
| 6 |
0.56 ms
|
SELECT t0.id AS id_1, t0.family AS family_2, t0.code AS code_3, t0.label AS label_4, t0.position AS position_5, t0.active AS active_6, t0.guest_visible AS guest_visible_7 FROM classification t0 WHERE t0.id = ?
SELECT t0.id AS id_1, t0.family AS family_2, t0.code AS code_3, t0.label AS label_4, t0.position AS position_5, t0.active AS active_6, t0.guest_visible AS guest_visible_7 FROM classification t0 WHERE t0.id = 15;
|