← Shopware 6.1.0.rc4

Shopware 6.1.0.rc4 property_group_translation

Translations for property group names and display configuration.

Columns

7 columns

Column Type Nullable Additional
property_group_id binary(16) NO Primary Key Foreign Key → property_group.id
language_id binary(16) NO Primary Key Foreign Key → language.id
name varchar(255) YES
description longtext YES
custom_fields longtext YES
created_at datetime(3) NO
updated_at datetime(3) YES

Indexes

2 indexes

Index Name Columns Unique
fk.property_group_translation.language_id language_id No
PRIMARY property_group_id,language_id Yes

Relations (from this table)

2 relations

Local Field Foreign Table Foreign Field
language_id language id
property_group_id property_group id