Shopware 6.7.8.0 theme_media
Media files associated with a theme (logos, background images, favicon).
Columns
| Column | Type | Nullable | Additional |
|---|---|---|---|
| theme_id | binary(16) | NO | Primary Key Foreign Key → theme.id |
| media_id | binary(16) | NO | Primary Key Foreign Key → media.id |
Indexes
| Index Name | Columns | Unique |
|---|---|---|
| fk.theme_media.media_id | media_id | No |
| PRIMARY | theme_id,media_id | Yes |
