← Shopware 6.3.4.0

Shopware 6.3.4.0 cms_slot

Individual slots (elements) within a CMS block — the actual content units (text, image, product box).

Columns

8 columns

Column Type Nullable Additional
id binary(16) NO Primary Key
version_id binary(16) NO Primary Key
cms_block_id binary(16) NO Index Foreign Key → cms_block.id
type varchar(255) NO
slot varchar(255) NO
locked tinyint(1) NO Default: 0
created_at datetime(3) NO
updated_at datetime(3) YES

Indexes

2 indexes

Index Name Columns Unique
fk.cms_slot.cms_block_id cms_block_id No
PRIMARY id,version_id Yes

Relations (from this table)

1 relations

Local Field Foreign Table Foreign Field
cms_block_id cms_block id

Relations (to this table)

2 relations

Local Field Foreign Table Foreign Field
id cms_slot_translation cms_slot_id
version_id cms_slot_translation cms_slot_version_id