Shopware 6.7.8.1 cms_slot_translation
Translations for CMS slot configuration data (element-specific content).
| 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 | |
| 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 |