Shopware 5.7.4 s_core_templates_config_values
Actual stored values for theme configuration fields per shop.
Columns
| Column | Type | Nullable | Additional |
|---|---|---|---|
| id | int(11) | NO | Primary Key, auto_increment |
| element_id | int(11) | NO | Index |
| shop_id | int(11) | NO | |
| value | text | NO |
Indexes
| Index Name | Columns | Unique |
|---|---|---|
| element_id_shop_id | element_id,shop_id | Yes |
| PRIMARY | id | Yes |
