Shopware 6.7.8.1 theme
Storefront themes with configuration (colors, fonts, layout settings) and parent theme inheritance.
| Column | Type | Nullable | Additional |
| id | binary(16) | NO | Primary Key |
| technical_name | varchar(255) | YES | Unique |
| name | varchar(255) | NO | |
| author | varchar(255) | NO | |
| preview_media_id | binary(16) | YES | Index
Foreign Key → media.id |
| parent_theme_id | binary(16) | YES | |
| base_config | json | YES | |
| config_values | json | YES | |
| created_at | datetime(3) | NO | |
| updated_at | datetime(3) | YES | |
| active | tinyint(1) | YES | Default: 1 |
| theme_json | json | YES | |
| Index Name | Columns | Unique |
| fk.theme.preview_media_id | preview_media_id | No |
| PRIMARY | id | Yes |
| uniq.theme.technical_name | technical_name | Yes |
Relations (from this table)
1 relations
| Local Field | Foreign Table | Foreign Field |
| preview_media_id | media | id |
Relations (to this table)
5 relations