| 1 |
0.83 ms |
SELECT t0.id AS id_1, t0.url AS url_2, t0.main_logo_path AS main_logo_path_3, t0.favicon_path AS favicon_path_4, t0.email_contact AS email_contact_5, t0.meta_home_title AS meta_home_title_6, t0.meta_home_description AS meta_home_description_7, t0.system_name AS system_name_8 FROM app_site t0 WHERE t0.url = ? LIMIT 1
Parameters: [
"jbrand.preprod.mb-world.tech"
]
SELECT t0.id AS id_1, t0.url AS url_2, t0.main_logo_path AS main_logo_path_3, t0.favicon_path AS favicon_path_4, t0.email_contact AS email_contact_5, t0.meta_home_title AS meta_home_title_6, t0.meta_home_description AS meta_home_description_7, t0.system_name AS system_name_8 FROM app_site t0 WHERE t0.url = 'jbrand.preprod.mb-world.tech' LIMIT 1;
|
| 2 |
0.35 ms |
SELECT t0.id AS id_1, t0.logo AS logo_2, t0.title AS title_3, t0.description AS description_4, t0.website AS website_5, t0.position AS position_6, t0.main_image_path AS main_image_path_7 FROM app_brand t0 ORDER BY t0.position ASC
SELECT t0.id AS id_1, t0.logo AS logo_2, t0.title AS title_3, t0.description AS description_4, t0.website AS website_5, t0.position AS position_6, t0.main_image_path AS main_image_path_7 FROM app_brand t0 ORDER BY t0.position ASC;
|
| 3 |
0.43 ms |
SELECT t0.id AS id_1, t0.category AS category_2, t0.name AS name_3, t0.label AS label_4, t0.type AS type_5, t0.value AS value_6, t0.values_array AS values_array_7, t0.created_at AS created_at_8, t0.updated_at AS updated_at_9 FROM app_configuration t0 WHERE t0.name = ? LIMIT 1
Parameters: [
"GENERAL_FOOTER_TITLE"
]
SELECT t0.id AS id_1, t0.category AS category_2, t0.name AS name_3, t0.label AS label_4, t0.type AS type_5, t0.value AS value_6, t0.values_array AS values_array_7, t0.created_at AS created_at_8, t0.updated_at AS updated_at_9 FROM app_configuration t0 WHERE t0.name = 'GENERAL_FOOTER_TITLE' LIMIT 1;
|
| 4 |
0.34 ms |
SELECT t0.id AS id_1, t0.category AS category_2, t0.name AS name_3, t0.label AS label_4, t0.type AS type_5, t0.value AS value_6, t0.values_array AS values_array_7, t0.created_at AS created_at_8, t0.updated_at AS updated_at_9 FROM app_configuration t0 WHERE t0.name = ? LIMIT 1
Parameters: [
"GENERAL_FOOTER_SUBTITLE"
]
SELECT t0.id AS id_1, t0.category AS category_2, t0.name AS name_3, t0.label AS label_4, t0.type AS type_5, t0.value AS value_6, t0.values_array AS values_array_7, t0.created_at AS created_at_8, t0.updated_at AS updated_at_9 FROM app_configuration t0 WHERE t0.name = 'GENERAL_FOOTER_SUBTITLE' LIMIT 1;
|
| 5 |
0.26 ms |
SELECT t0.id AS id_1, t0.category AS category_2, t0.name AS name_3, t0.label AS label_4, t0.type AS type_5, t0.value AS value_6, t0.values_array AS values_array_7, t0.created_at AS created_at_8, t0.updated_at AS updated_at_9 FROM app_configuration t0 WHERE t0.name = ? LIMIT 1
Parameters: [
"GENERAL_FOOTER_DESCRIPTION"
]
SELECT t0.id AS id_1, t0.category AS category_2, t0.name AS name_3, t0.label AS label_4, t0.type AS type_5, t0.value AS value_6, t0.values_array AS values_array_7, t0.created_at AS created_at_8, t0.updated_at AS updated_at_9 FROM app_configuration t0 WHERE t0.name = 'GENERAL_FOOTER_DESCRIPTION' LIMIT 1;
|