Shopware 6.7.7.1 mail_template
Columns
| Column | Type | Nullable | Additional |
|---|---|---|---|
| id | binary(16) | NO | Primary Key |
| mail_template_type_id | binary(16) | YES | Index Foreign Key → mail_template_type.id |
| system_default | tinyint unsigned | NO | Default: 0 |
| created_at | datetime(3) | NO | |
| updated_at | datetime(3) | YES |
Indexes
| Index Name | Columns | Unique |
|---|---|---|
| fk.mail_template.mail_template_type_id | mail_template_type_id | No |
| PRIMARY | id | Yes |
Relations (from this table)
| Local Field | Foreign Table | Foreign Field |
|---|---|---|
| mail_template_type_id | mail_template_type | id |
Relations (to this table)
| Local Field | Foreign Table | Foreign Field |
|---|---|---|
| id | mail_template_media | mail_template_id |
| id | mail_template_translation | mail_template_id |
