Shopware 6.3.0.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 | |
| parent_theme_id | binary(16) | YES | |
| base_config | longtext | YES | |
| config_values | longtext | YES | |
| active | tinyint(1) | NO | Default: 1 |
| created_at | datetime(3) | NO | |
| updated_at | datetime(3) | YES | |
| Index Name | Columns | Unique |
| PRIMARY | id | Yes |
| uniq.theme.technical_name | technical_name | Yes |
Relations (to this table)
3 relations