| 1 |
1.67 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.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.id = '48';
|
| 2 |
1.38 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;
|