← Shopware 6.7.7.1

Shopware 6.7.7.1 mail_template_translation

Columns

10 columns

Column Type Nullable Additional
mail_template_id binary(16) NO Primary Key Foreign Key → mail_template.id
language_id binary(16) NO Primary Key Foreign Key → language.id
sender_name varchar(255) YES
subject varchar(255) YES
description longtext YES
content_html longtext YES
content_plain longtext YES
custom_fields json YES
created_at datetime(3) NO
updated_at datetime(3) YES

Indexes

2 indexes

Index Name Columns Unique
fk.mail_template_translation.language_id language_id No
PRIMARY mail_template_id,language_id Yes

Relations (from this table)

2 relations

Local Field Foreign Table Foreign Field
language_id language id
mail_template_id mail_template id