Shopware 6.7.7.1 theme
Columns
| 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 |
Indexes
| 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)
| Local Field | Foreign Table | Foreign Field |
|---|---|---|
| preview_media_id | media | id |
Relations (to this table)
| Local Field | Foreign Table | Foreign Field |
|---|---|---|
| id | theme_child | child_id |
| id | theme_child | parent_id |
| id | theme_media | theme_id |
| id | theme_sales_channel | theme_id |
| id | theme_translation | theme_id |
