Shopware 6.1.0 sales_channel_language
Junction table defining which languages are available in a Sales Channel.
| 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 |
| Index Name | Columns | Unique |
| fk.sales_channel_language.language_id | language_id | No |
| PRIMARY | sales_channel_id,language_id | Yes |
Relations (from this table)
2 relations
Relations (to this table)
2 relations