Shopware 6.7.8.0 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 |
| cms_block_version_id | binary(16) | NO | Default: 0x0FA91CE3E96A4BC2BE4BD9CE752C3425
Foreign Key → cms_block.version_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,cms_block_version_id | No |
| PRIMARY | id,version_id | Yes |
Relations (from this table)
2 relations
| Local Field | Foreign Table | Foreign Field |
| cms_block_id | cms_block | id |
| cms_block_version_id | cms_block | version_id |
Relations (to this table)
2 relations