Shopware 6.7.8.0 mail_template_media
Media files attached to email templates (e.g. PDF attachments, inline images).
| Column | Type | Nullable | Additional |
| id | binary(16) | NO | Primary Key |
| mail_template_id | binary(16) | NO | Index
Foreign Key → mail_template.id |
| language_id | binary(16) | YES | Index
Foreign Key → language.id |
| media_id | binary(16) | NO | Index
Foreign Key → media.id |
| position | int | NO | Default: 1 |
| Index Name | Columns | Unique |
| fk.mail_template_media.language_id | language_id | No |
| fk.mail_template_media.mail_template_id | mail_template_id | No |
| fk.mail_template_media.media_id | media_id | No |
| PRIMARY | id | Yes |
Relations (from this table)
3 relations