← Shopware 6.7.7.1

Shopware 6.7.7.1 plugin_translation

Columns

9 columns

Column Type Nullable Additional
plugin_id binary(16) NO Primary Key Foreign Key → plugin.id
language_id binary(16) NO Primary Key Foreign Key → language.id
label varchar(255) YES
description longtext YES
manufacturer_link text YES
support_link text YES
custom_fields json YES
created_at datetime(3) NO
updated_at datetime(3) YES

Indexes

2 indexes

Index Name Columns Unique
fk.plugin_translation.language_id language_id No
PRIMARY plugin_id,language_id Yes

Relations (from this table)

2 relations

Local Field Foreign Table Foreign Field
language_id language id
plugin_id plugin id