| 1 |
0.57 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.faviconfilename AS faviconfilename_10, t0.email AS email_11, t0.updated_at AS updated_at_12, t0.siret AS siret_13, t0.naf AS naf_14, t0.vatnumber AS vatnumber_15, t0.companyname AS companyname_16, t0.rcs AS rcs_17, t0.theme AS theme_18, t0.paymentsolution AS paymentsolution_19, t0.companyurl AS companyurl_20 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.faviconfilename AS faviconfilename_10, t0.email AS email_11, t0.updated_at AS updated_at_12, t0.siret AS siret_13, t0.naf AS naf_14, t0.vatnumber AS vatnumber_15, t0.companyname AS companyname_16, t0.rcs AS rcs_17, t0.theme AS theme_18, t0.paymentsolution AS paymentsolution_19, t0.companyurl AS companyurl_20 FROM company t0 LIMIT 1;
|
| 2 |
1.72 ms |
SELECT t0.id AS id_1, t0.slug AS slug_2, t0.value AS value_3, t0.category AS category_4, t0.description AS description_5, t0.type AS type_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.deletable AS deletable_9 FROM parameter t0 WHERE t0.slug = ? LIMIT 1
Parameters: [
"CGV_PDF_URL"
]
SELECT t0.id AS id_1, t0.slug AS slug_2, t0.value AS value_3, t0.category AS category_4, t0.description AS description_5, t0.type AS type_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.deletable AS deletable_9 FROM parameter t0 WHERE t0.slug = 'CGV_PDF_URL' LIMIT 1;
|