| 1 |
1.74 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.profile_filename AS profile_filename_4, t0.departement AS departement_5, t0.created_at AS created_at_6, t0.updated_at AS updated_at_7, t0.secteur AS secteur_8, t0.mail AS mail_9, t0.phone AS phone_10, t0.fiche_google AS fiche_google_11, t0.services AS services_12, t0.siret AS siret_13, t0.seo_title AS seo_title_14, t0.seo_content AS seo_content_15, t0.is_ads_word AS is_ads_word_16, t0.title_home_site AS title_home_site_17, t0.subdomain AS subdomain_18, t0.presentation AS presentation_19, t0.title_service AS title_service_20, t0.description_service AS description_service_21, t0.title_service_2 AS title_service_2_22, t0.description_service_2 AS description_service_2_23, t0.home_filename AS home_filename_24 FROM franchise t0 WHERE t0.subdomain = ? LIMIT 1
SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.profile_filename AS profile_filename_4, t0.departement AS departement_5, t0.created_at AS created_at_6, t0.updated_at AS updated_at_7, t0.secteur AS secteur_8, t0.mail AS mail_9, t0.phone AS phone_10, t0.fiche_google AS fiche_google_11, t0.services AS services_12, t0.siret AS siret_13, t0.seo_title AS seo_title_14, t0.seo_content AS seo_content_15, t0.is_ads_word AS is_ads_word_16, t0.title_home_site AS title_home_site_17, t0.subdomain AS subdomain_18, t0.presentation AS presentation_19, t0.title_service AS title_service_20, t0.description_service AS description_service_21, t0.title_service_2 AS title_service_2_22, t0.description_service_2 AS description_service_2_23, t0.home_filename AS home_filename_24 FROM franchise t0 WHERE t0.subdomain = 'troyes' LIMIT 1;
|
| 2 |
1.23 ms |
SELECT r0_.id AS id_0, r0_.ville AS ville_1, r0_.realisation_filename AS realisation_filename_2, r0_.created_at AS created_at_3, r0_.updated_at AS updated_at_4, r0_.list AS list_5, r0_.description AS description_6, r0_.title AS title_7, r0_.franchise_id AS franchise_id_8 FROM realisation r0_ WHERE r0_.franchise_id = ? AND r0_.created_at >= ? AND r0_.created_at <= ? ORDER BY r0_.id DESC
Parameters: [
16
"2025-12-01 00:00:00"
"2025-12-31 23:59:59"
]
SELECT r0_.id AS id_0, r0_.ville AS ville_1, r0_.realisation_filename AS realisation_filename_2, r0_.created_at AS created_at_3, r0_.updated_at AS updated_at_4, r0_.list AS list_5, r0_.description AS description_6, r0_.title AS title_7, r0_.franchise_id AS franchise_id_8 FROM realisation r0_ WHERE r0_.franchise_id = 16 AND r0_.created_at >= '2025-12-01 00:00:00' AND r0_.created_at <= '2025-12-31 23:59:59' ORDER BY r0_.id DESC;
|
| 4 |
0.53 ms |
SELECT t0.id AS id_1, t0.ville AS ville_2, t0.realisation_filename AS realisation_filename_3, t0.created_at AS created_at_4, t0.updated_at AS updated_at_5, t0.list AS list_6, t0.description AS description_7, t0.title AS title_8, t0.franchise_id AS franchise_id_9 FROM realisation t0 WHERE t0.franchise_id = ?
SELECT t0.id AS id_1, t0.ville AS ville_2, t0.realisation_filename AS realisation_filename_3, t0.created_at AS created_at_4, t0.updated_at AS updated_at_5, t0.list AS list_6, t0.description AS description_7, t0.title AS title_8, t0.franchise_id AS franchise_id_9 FROM realisation t0 WHERE t0.franchise_id = 16;
|