Shopware 6.3.5.3 sales_channel_translation
Translations for Sales Channel names, home page metadata, and configuration.
Columns
| Column | Type | Nullable | Additional |
|---|---|---|---|
| sales_channel_id | binary(16) | NO | Primary Key Foreign Key → sales_channel.id |
| language_id | binary(16) | NO | Primary Key Foreign Key → language.id |
| name | varchar(255) | YES | |
| custom_fields | longtext | YES | |
| created_at | datetime(3) | NO | |
| updated_at | datetime(3) | YES |
Indexes
| Index Name | Columns | Unique |
|---|---|---|
| fk.sales_channel_translation.language_id | language_id | No |
| PRIMARY | sales_channel_id,language_id | Yes |
Relations (from this table)
| Local Field | Foreign Table | Foreign Field |
|---|---|---|
| language_id | language | id |
| sales_channel_id | sales_channel | id |
