| 1 |
0.63 ms |
SELECT t0.id AS id_1, t0.title AS title_2, t0.description AS description_3, t0.contract_type AS contract_type_4, t0.company_name AS company_name_5, t0.location AS location_6, t0.salary AS salary_7, t0.education_level AS education_level_8, t0.min_experience AS min_experience_9, t0.advantages AS advantages_10, t0.photo AS photo_11, t0.duration AS duration_12, t0.has_housing AS has_housing_13, t0.company_id AS company_id_14, t0.category_id AS category_id_15 FROM job_offer t0 WHERE t0.contract_type = ? ORDER BY t0.id DESC LIMIT 5
Parameters: [
"Saisonnier / Vendanges"
]
SELECT t0.id AS id_1, t0.title AS title_2, t0.description AS description_3, t0.contract_type AS contract_type_4, t0.company_name AS company_name_5, t0.location AS location_6, t0.salary AS salary_7, t0.education_level AS education_level_8, t0.min_experience AS min_experience_9, t0.advantages AS advantages_10, t0.photo AS photo_11, t0.duration AS duration_12, t0.has_housing AS has_housing_13, t0.company_id AS company_id_14, t0.category_id AS category_id_15 FROM job_offer t0 WHERE t0.contract_type = 'Saisonnier / Vendanges' ORDER BY t0.id DESC LIMIT 5;
|
| 2 |
0.47 ms |
SELECT t0.id AS id_1, t0.title AS title_2, t0.slug AS slug_3, t0.content AS content_4, t0.type AS type_5, t0.created_at AS created_at_6, t0.published AS published_7, t0.cover_image AS cover_image_8 FROM article t0 WHERE t0.published = ? ORDER BY t0.created_at DESC LIMIT 3
SELECT t0.id AS id_1, t0.title AS title_2, t0.slug AS slug_3, t0.content AS content_4, t0.type AS type_5, t0.created_at AS created_at_6, t0.published AS published_7, t0.cover_image AS cover_image_8 FROM article t0 WHERE t0.published = 1 ORDER BY t0.created_at DESC LIMIT 3;
|
| 3 |
0.34 ms |
SELECT t0.id AS id_1, t0.question AS question_2, t0.answer AS answer_3, t0.domain AS domain_4, t0.is_active AS is_active_5 FROM faq t0 WHERE t0.is_active = ? AND t0.domain = ? ORDER BY t0.id ASC
Parameters: [
1
"vendangeurs.com"
]
SELECT t0.id AS id_1, t0.question AS question_2, t0.answer AS answer_3, t0.domain AS domain_4, t0.is_active AS is_active_5 FROM faq t0 WHERE t0.is_active = 1 AND t0.domain = 'vendangeurs.com' ORDER BY t0.id ASC;
|
| 4 |
0.29 ms |
SELECT t0.id AS id_1, t0.company_name AS company_name_2, t0.description AS description_3, t0.website AS website_4, t0.logo AS logo_5, t0.user_id AS user_id_6 FROM company_profile t0 WHERE t0.id = ?
SELECT t0.id AS id_1, t0.company_name AS company_name_2, t0.description AS description_3, t0.website AS website_4, t0.logo AS logo_5, t0.user_id AS user_id_6 FROM company_profile t0 WHERE t0.id = 3;
|
| 5 |
0.40 ms |
SELECT t0.id AS id_1, t0.company_name AS company_name_2, t0.description AS description_3, t0.website AS website_4, t0.logo AS logo_5, t0.user_id AS user_id_6 FROM company_profile t0 WHERE t0.id = ?
SELECT t0.id AS id_1, t0.company_name AS company_name_2, t0.description AS description_3, t0.website AS website_4, t0.logo AS logo_5, t0.user_id AS user_id_6 FROM company_profile t0 WHERE t0.id = 1;
|
| 6 |
0.26 ms |
SELECT t0.id AS id_1, t0.company_name AS company_name_2, t0.description AS description_3, t0.website AS website_4, t0.logo AS logo_5, t0.user_id AS user_id_6 FROM company_profile t0 WHERE t0.id = ?
SELECT t0.id AS id_1, t0.company_name AS company_name_2, t0.description AS description_3, t0.website AS website_4, t0.logo AS logo_5, t0.user_id AS user_id_6 FROM company_profile t0 WHERE t0.id = 4;
|