| 1 |
1.41 ms |
SELECT t0.id AS id_1, t0.title AS title_2, t0.slug AS slug_3, t0.address AS address_4, t0.show_images AS show_images_5, t0.show_images_travaux AS show_images_travaux_6, t0.show_images_exterieures AS show_images_exterieures_7, t0.show_images_interieures AS show_images_interieures_8, t0.show_maquettes AS show_maquettes_9, t0.show_plans AS show_plans_10, t0.created_at AS created_at_11, t0.updated_at AS updated_at_12 FROM realisation t0 WHERE t0.slug = ? LIMIT 1
Parameters: [
"maison-blanc-garin-francois-villa-blanc-garin-1993"
]
SELECT t0.id AS id_1, t0.title AS title_2, t0.slug AS slug_3, t0.address AS address_4, t0.show_images AS show_images_5, t0.show_images_travaux AS show_images_travaux_6, t0.show_images_exterieures AS show_images_exterieures_7, t0.show_images_interieures AS show_images_interieures_8, t0.show_maquettes AS show_maquettes_9, t0.show_plans AS show_plans_10, t0.created_at AS created_at_11, t0.updated_at AS updated_at_12 FROM realisation t0 WHERE t0.slug = 'maison-blanc-garin-francois-villa-blanc-garin-1993' LIMIT 1;
|
| 2 |
0.26 ms |
SELECT t0.id AS id_1, t0.filename AS filename_2, t0.original_filename AS original_filename_3, t0.category AS category_4, t0.position AS position_5, t0.created_at AS created_at_6, t0.realisation_id AS realisation_id_7, t0.ownership_id AS ownership_id_8 FROM realisation_image t0 WHERE t0.realisation_id = ? ORDER BY t0.position ASC
SELECT t0.id AS id_1, t0.filename AS filename_2, t0.original_filename AS original_filename_3, t0.category AS category_4, t0.position AS position_5, t0.created_at AS created_at_6, t0.realisation_id AS realisation_id_7, t0.ownership_id AS ownership_id_8 FROM realisation_image t0 WHERE t0.realisation_id = 18 ORDER BY t0.position ASC;
|
| 3 |
0.23 ms |
SELECT t0.id AS id_1, t0.description AS description_2, t0.owner_name AS owner_name_3, t0.phone AS phone_4, t0.email AS email_5, t0.show_description AS show_description_6, t0.show_owner_name AS show_owner_name_7, t0.show_phone AS show_phone_8, t0.show_email AS show_email_9, t0.show_address AS show_address_10, t0.show_images_personnes AS show_images_personnes_11, t0.realisation_id AS realisation_id_12, t0.owner_id AS owner_id_13 FROM realisation_ownership t0 WHERE t0.realisation_id = ?
SELECT t0.id AS id_1, t0.description AS description_2, t0.owner_name AS owner_name_3, t0.phone AS phone_4, t0.email AS email_5, t0.show_description AS show_description_6, t0.show_owner_name AS show_owner_name_7, t0.show_phone AS show_phone_8, t0.show_email AS show_email_9, t0.show_address AS show_address_10, t0.show_images_personnes AS show_images_personnes_11, t0.realisation_id AS realisation_id_12, t0.owner_id AS owner_id_13 FROM realisation_ownership t0 WHERE t0.realisation_id = 18;
|