← Shopware 6.7.7.1

Shopware 6.7.7.1 cms_slot_translation

Columns

7 columns

Column Type Nullable Additional
cms_slot_id binary(16) NO Primary Key Foreign Key → cms_slot.id
cms_slot_version_id binary(16) NO Primary Key Foreign Key → cms_slot.version_id
language_id binary(16) NO Primary Key Foreign Key → language.id
config json YES
custom_fields json YES
created_at datetime(3) NO
updated_at datetime(3) YES

Indexes

2 indexes

Index Name Columns Unique
fk.cms_slot_translation.language_id language_id No
PRIMARY cms_slot_id,cms_slot_version_id,language_id Yes

Relations (from this table)

3 relations

Local Field Foreign Table Foreign Field
cms_slot_id cms_slot id
cms_slot_version_id cms_slot version_id
language_id language id