Shopware 6.2.0 mail_template_type
Defines available email template types (technical name + associated business event).
| 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 | |
| Index Name | Columns | Unique |
| PRIMARY | id | Yes |
| uniq.mail_template_type.technical_name | technical_name | Yes |
Relations (to this table)
3 relations