Shopware 6.5.6.0 theme_media
Media files associated with a theme (logos, background images, favicon).
| 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 |
| Index Name | Columns | Unique |
| fk.theme_media.media_id | media_id | No |
| PRIMARY | theme_id,media_id | Yes |
Relations (from this table)
2 relations
| Local Field | Foreign Table | Foreign Field |
| media_id | media | id |
| theme_id | theme | id |