| 1 |
1.07 ms |
SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.slug AS slug_2, s0_.meta_title AS meta_title_3, s0_.meta_description AS meta_description_4, s0_.h1 AS h1_5, s0_.content AS content_6, s0_.keywords AS keywords_7, s0_.is_active AS is_active_8, s0_.postal_code AS postal_code_9, s0_.region AS region_10, s0_.country AS country_11, s0_.city_image AS city_image_12, s0_.created_at AS created_at_13, s0_.updated_at AS updated_at_14 FROM seo_city s0_ WHERE s0_.is_active = ? ORDER BY s0_.name ASC
SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.slug AS slug_2, s0_.meta_title AS meta_title_3, s0_.meta_description AS meta_description_4, s0_.h1 AS h1_5, s0_.content AS content_6, s0_.keywords AS keywords_7, s0_.is_active AS is_active_8, s0_.postal_code AS postal_code_9, s0_.region AS region_10, s0_.country AS country_11, s0_.city_image AS city_image_12, s0_.created_at AS created_at_13, s0_.updated_at AS updated_at_14 FROM seo_city s0_ WHERE s0_.is_active = 1 ORDER BY s0_.name ASC;
|
| 2 |
0.40 ms |
SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.slug AS slug_2, s0_.meta_title AS meta_title_3, s0_.meta_description AS meta_description_4, s0_.h1 AS h1_5, s0_.content AS content_6, s0_.keywords AS keywords_7, s0_.is_active AS is_active_8, s0_.country_code AS country_code_9, s0_.continent AS continent_10, s0_.language AS language_11, s0_.created_at AS created_at_12, s0_.updated_at AS updated_at_13 FROM seo_country s0_ WHERE s0_.is_active = ? ORDER BY s0_.name ASC
SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.slug AS slug_2, s0_.meta_title AS meta_title_3, s0_.meta_description AS meta_description_4, s0_.h1 AS h1_5, s0_.content AS content_6, s0_.keywords AS keywords_7, s0_.is_active AS is_active_8, s0_.country_code AS country_code_9, s0_.continent AS continent_10, s0_.language AS language_11, s0_.created_at AS created_at_12, s0_.updated_at AS updated_at_13 FROM seo_country s0_ WHERE s0_.is_active = 1 ORDER BY s0_.name ASC;
|
| 3 |
2.83 ms |
SELECT t0.id AS id_1, t0.token AS token_2, t0.expire_date AS expire_date_3, t0.qrcode AS qrcode_4, t0.uuid AS uuid_5, t0.updated_at AS updated_at_6, t0.created_at AS created_at_7, t0.user_id AS user_id_8, t0.category_fonction_id AS category_fonction_id_9, t0.short_link_id AS short_link_id_10 FROM link_register t0 WHERE t0.token = ? LIMIT 1
Parameters: [
"15245cb8f64fa9844d60d8c33bdc39905fcb54f950e35fdc221d275f775a10d2"
]
SELECT t0.id AS id_1, t0.token AS token_2, t0.expire_date AS expire_date_3, t0.qrcode AS qrcode_4, t0.uuid AS uuid_5, t0.updated_at AS updated_at_6, t0.created_at AS created_at_7, t0.user_id AS user_id_8, t0.category_fonction_id AS category_fonction_id_9, t0.short_link_id AS short_link_id_10 FROM link_register t0 WHERE t0.token = '15245cb8f64fa9844d60d8c33bdc39905fcb54f950e35fdc221d275f775a10d2' LIMIT 1;
|