Shopware 6.2.0 mail_template_type_translation
Translations for email template type display names.
Columns
| Column | Type | Nullable | Additional |
|---|---|---|---|
| mail_template_type_id | binary(16) | NO | Primary Key Foreign Key → mail_template_type.id |
| language_id | binary(16) | NO | Primary Key Foreign Key → language.id |
| name | varchar(255) | NO | |
| custom_fields | longtext | YES | |
| created_at | datetime(3) | NO | |
| updated_at | datetime(3) | YES |
Indexes
| Index Name | Columns | Unique |
|---|---|---|
| fk.mail_template_type_translation.language_id | language_id | No |
| PRIMARY | mail_template_type_id,language_id | Yes |
Relations (from this table)
| Local Field | Foreign Table | Foreign Field |
|---|---|---|
| language_id | language | id |
| mail_template_type_id | mail_template_type | id |
