Shopware 6.7.7.1 cms_slot
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 |
| 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 |
Indexes
| 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)
| Local Field | Foreign Table | Foreign Field |
|---|---|---|
| cms_block_id | cms_block | id |
| cms_block_version_id | cms_block | version_id |
Relations (to this table)
| Local Field | Foreign Table | Foreign Field |
|---|---|---|
| id | cms_slot_translation | cms_slot_id |
| version_id | cms_slot_translation | cms_slot_version_id |
