0.39 ms (42.44%)
|
1 |
SELECT t0.id AS id_1, t0.slug AS slug_2, t0.name AS name_3, t0.description AS description_4, t0.surface AS surface_5, t0.latitude AS latitude_6, t0.longitude AS longitude_7, t0.status AS status_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10, t0.school_id AS school_id_11 FROM island t0 WHERE t0.id = ?
SELECT t0.id AS id_1, t0.slug AS slug_2, t0.name AS name_3, t0.description AS description_4, t0.surface AS surface_5, t0.latitude AS latitude_6, t0.longitude AS longitude_7, t0.status AS status_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10, t0.school_id AS school_id_11 FROM island t0 WHERE t0.id = '8';
|
0.27 ms (29.60%)
|
1 |
SELECT t0.id AS id_1, t0.name AS name_2, t0.slug AS slug_3, t0.address AS address_4, t0.postcode AS postcode_5, t0.city AS city_6, t0.phone AS phone_7, t0.created_at AS created_at_8, t0.updated_at AS updated_at_9 FROM school t0 WHERE t0.id = ?
SELECT t0.id AS id_1, t0.name AS name_2, t0.slug AS slug_3, t0.address AS address_4, t0.postcode AS postcode_5, t0.city AS city_6, t0.phone AS phone_7, t0.created_at AS created_at_8, t0.updated_at AS updated_at_9 FROM school t0 WHERE t0.id = 8;
|
0.26 ms (27.96%)
|
1 |
SELECT t0.id AS id_1, t0.original_filename AS original_filename_2, t0.stored_filename AS stored_filename_3, t0.mime_type AS mime_type_4, t0.size AS size_5, t0.context AS context_6, t0.status AS status_7, t0.created_at AS created_at_8, t0.is_hero AS is_hero_9, t0.island_id AS island_id_10, t0.uploaded_by_id AS uploaded_by_id_11, t0.camera_trap_id AS camera_trap_id_12 FROM media t0 WHERE t0.island_id = ?
SELECT t0.id AS id_1, t0.original_filename AS original_filename_2, t0.stored_filename AS stored_filename_3, t0.mime_type AS mime_type_4, t0.size AS size_5, t0.context AS context_6, t0.status AS status_7, t0.created_at AS created_at_8, t0.is_hero AS is_hero_9, t0.island_id AS island_id_10, t0.uploaded_by_id AS uploaded_by_id_11, t0.camera_trap_id AS camera_trap_id_12 FROM media t0 WHERE t0.island_id = 8;
|