Shopware 6.3.5.4 cms_slot
Individual slots (elements) within a CMS block — the actual content units (text, image, product box).
| 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 | |
| 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