1 |
0.99 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.slug AS slug_3, t0.description AS description_4, t0.name_home AS name_home_5, t0.category_id AS category_id_6, t7.id AS id_8, t7.type AS type_9, t7.position AS position_10, t7.is_public AS is_public_11, t7.is_enable AS is_enable_12, t7.bg_color AS bg_color_13, t7.text_color AS text_color_14, t7.deleted_at AS deleted_at_15, t7.created_at AS created_at_16, t7.updated_at AS updated_at_17, t7.parent_id AS parent_id_18, t7.draft_id AS draft_id_19, t0.language_id AS language_id_20 FROM category_lang t0 INNER JOIN category t7 ON t0.category_id = t7.id WHERE t0.slug = ? LIMIT 1
Parameters: [
"foire-aux-questions"
]
SELECT t0.id AS id_1, t0.name AS name_2, t0.slug AS slug_3, t0.description AS description_4, t0.name_home AS name_home_5, t0.category_id AS category_id_6, t7.id AS id_8, t7.type AS type_9, t7.position AS position_10, t7.is_public AS is_public_11, t7.is_enable AS is_enable_12, t7.bg_color AS bg_color_13, t7.text_color AS text_color_14, t7.deleted_at AS deleted_at_15, t7.created_at AS created_at_16, t7.updated_at AS updated_at_17, t7.parent_id AS parent_id_18, t7.draft_id AS draft_id_19, t0.language_id AS language_id_20 FROM category_lang t0 INNER JOIN category t7 ON t0.category_id = t7.id WHERE t0.slug = 'foire-aux-questions' LIMIT 1;
|
2 |
0.69 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.is_enable AS is_enable_4, t0.is_default AS is_default_5 FROM language t0 WHERE t0.code = ? LIMIT 1
SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.is_enable AS is_enable_4, t0.is_default AS is_default_5 FROM language t0 WHERE t0.code = 'en' LIMIT 1;
|