| 1 |
0.42 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.publicurl AS publicurl_3, t0.adminurl AS adminurl_4, t0.address AS address_5, t0.zipcode AS zipcode_6, t0.city AS city_7, t0.phone AS phone_8, t0.logofilename AS logofilename_9, t0.email AS email_10, t0.updated_at AS updated_at_11, t0.siret AS siret_12, t0.naf AS naf_13, t0.vatnumber AS vatnumber_14, t0.companyname AS companyname_15, t0.rcs AS rcs_16, t0.theme AS theme_17 FROM company t0 LIMIT 1
SELECT t0.id AS id_1, t0.name AS name_2, t0.publicurl AS publicurl_3, t0.adminurl AS adminurl_4, t0.address AS address_5, t0.zipcode AS zipcode_6, t0.city AS city_7, t0.phone AS phone_8, t0.logofilename AS logofilename_9, t0.email AS email_10, t0.updated_at AS updated_at_11, t0.siret AS siret_12, t0.naf AS naf_13, t0.vatnumber AS vatnumber_14, t0.companyname AS companyname_15, t0.rcs AS rcs_16, t0.theme AS theme_17 FROM company t0 LIMIT 1;
|
| 2 |
0.30 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.slug AS slug_3, t0.title AS title_4, t0.description AS description_5, t0.bannerfilename AS bannerfilename_6, t0.photofilename AS photofilename_7, t0.ispublic AS ispublic_8, t0.ispro AS ispro_9, t0.passengerinfos AS passengerinfos_10, t0.position AS position_11, t0.status AS status_12, t0.created_at AS created_at_13, t0.updated_at AS updated_at_14, t0.jsonprices AS jsonprices_15 FROM service t0 WHERE t0.status = ? AND t0.ispublic = ? AND t0.slug = ? LIMIT 1
Parameters: [
1
1
"traversee-vers-groix"
]
SELECT t0.id AS id_1, t0.name AS name_2, t0.slug AS slug_3, t0.title AS title_4, t0.description AS description_5, t0.bannerfilename AS bannerfilename_6, t0.photofilename AS photofilename_7, t0.ispublic AS ispublic_8, t0.ispro AS ispro_9, t0.passengerinfos AS passengerinfos_10, t0.position AS position_11, t0.status AS status_12, t0.created_at AS created_at_13, t0.updated_at AS updated_at_14, t0.jsonprices AS jsonprices_15 FROM service t0 WHERE t0.status = 1 AND t0.ispublic = 1 AND t0.slug = 'traversee-vers-groix' LIMIT 1;
|