Shopware 6.7.7.1 mail_template_type
Columns
| Column | Type | Nullable | Additional |
|---|---|---|---|
| id | binary(16) | NO | Primary Key |
| technical_name | varchar(255) | NO | Unique |
| available_entities | longtext | YES | |
| created_at | datetime(3) | NO | |
| updated_at | datetime(3) | YES | |
| template_data | longtext | YES |
Indexes
| Index Name | Columns | Unique |
|---|---|---|
| PRIMARY | id | Yes |
| uniq.mail_template_type.technical_name | technical_name | Yes |
Relations (to this table)
| Local Field | Foreign Table | Foreign Field |
|---|---|---|
| id | mail_template | mail_template_type_id |
| id | mail_template_type_translation | mail_template_type_id |
