| 1 |
0.41 ms |
SELECT t0.id AS id_1, t0.variable AS variable_2, t0.type AS type_3, t0.category AS category_4, t0.value AS value_5, t0.title AS title_6, t0.description AS description_7, t0.locale AS locale_8 FROM platform_setting t0 WHERE t0.variable = ? AND t0.locale IS NULL LIMIT 1
Parameters: [
"platformLanguage"
]
SELECT t0.id AS id_1, t0.variable AS variable_2, t0.type AS type_3, t0.category AS category_4, t0.value AS value_5, t0.title AS title_6, t0.description AS description_7, t0.locale AS locale_8 FROM platform_setting t0 WHERE t0.variable = 'platformLanguage' AND t0.locale IS NULL LIMIT 1;
|
| 2 |
0.43 ms |
SELECT t0.id AS id_1, t0.variable AS variable_2, t0.type AS type_3, t0.category AS category_4, t0.value AS value_5, t0.title AS title_6, t0.description AS description_7, t0.locale AS locale_8 FROM platform_setting t0 WHERE t0.variable = ? AND t0.locale IS NULL LIMIT 1
Parameters: [
"platformTheme"
]
SELECT t0.id AS id_1, t0.variable AS variable_2, t0.type AS type_3, t0.category AS category_4, t0.value AS value_5, t0.title AS title_6, t0.description AS description_7, t0.locale AS locale_8 FROM platform_setting t0 WHERE t0.variable = 'platformTheme' AND t0.locale IS NULL LIMIT 1;
|
| 3 |
0.31 ms |
SELECT t0.id AS id_1, t0.variable AS variable_2, t0.type AS type_3, t0.category AS category_4, t0.value AS value_5, t0.title AS title_6, t0.description AS description_7, t0.locale AS locale_8 FROM platform_setting t0 WHERE t0.variable = ? AND t0.locale IS NULL LIMIT 1
Parameters: [
"platformName"
]
SELECT t0.id AS id_1, t0.variable AS variable_2, t0.type AS type_3, t0.category AS category_4, t0.value AS value_5, t0.title AS title_6, t0.description AS description_7, t0.locale AS locale_8 FROM platform_setting t0 WHERE t0.variable = 'platformName' AND t0.locale IS NULL LIMIT 1;
|
| 4 |
0.20 ms |
SELECT t0.id AS id_1, t0.variable AS variable_2, t0.type AS type_3, t0.category AS category_4, t0.value AS value_5, t0.title AS title_6, t0.description AS description_7, t0.locale AS locale_8 FROM platform_setting t0 WHERE t0.variable = ? AND t0.locale = ? LIMIT 1
Parameters: [
"privacyPolicyContent"
"es"
]
SELECT t0.id AS id_1, t0.variable AS variable_2, t0.type AS type_3, t0.category AS category_4, t0.value AS value_5, t0.title AS title_6, t0.description AS description_7, t0.locale AS locale_8 FROM platform_setting t0 WHERE t0.variable = 'privacyPolicyContent' AND t0.locale = 'es' LIMIT 1;
|
| 5 |
0.24 ms |
SELECT t0.id AS id_1, t0.original_name AS original_name_2, t0.english_name AS english_name_3, t0.iso_code AS iso_code_4, t0.icon AS icon_5, t0.available AS available_6 FROM language t0 WHERE t0.available = ?
SELECT t0.id AS id_1, t0.original_name AS original_name_2, t0.english_name AS english_name_3, t0.iso_code AS iso_code_4, t0.icon AS icon_5, t0.available AS available_6 FROM language t0 WHERE t0.available = 1;
|