← Shopware 6.7.7.1

Shopware 6.7.7.1 product_manufacturer_translation

Columns

9 columns

Column Type Nullable Additional
product_manufacturer_id binary(16) NO Primary Key Foreign Key → product_manufacturer.id
product_manufacturer_version_id binary(16) NO Primary Key Foreign Key → product_manufacturer.version_id
language_id binary(16) NO Primary Key Foreign Key → language.id
name varchar(255) YES
description longtext YES
custom_fields json YES
created_at datetime(3) NO
updated_at datetime(3) YES
link longtext YES

Indexes

2 indexes

Index Name Columns Unique
fk.product_manufacturer_translation.language_id language_id No
PRIMARY product_manufacturer_id,product_manufacturer_version_id,language_id Yes

Relations (from this table)

3 relations

Local Field Foreign Table Foreign Field
language_id language id
product_manufacturer_id product_manufacturer id
product_manufacturer_version_id product_manufacturer version_id