Shopware 6.7.7.1 sales_channel_currency
Columns
| Column | Type | Nullable | Additional |
|---|---|---|---|
| sales_channel_id | binary(16) | NO | Primary Key Foreign Key → sales_channel.id |
| currency_id | binary(16) | NO | Primary Key Foreign Key → currency.id |
Indexes
| Index Name | Columns | Unique |
|---|---|---|
| fk.sales_channel_currency.currency_id | currency_id | No |
| PRIMARY | sales_channel_id,currency_id | Yes |
Relations (from this table)
| Local Field | Foreign Table | Foreign Field |
|---|---|---|
| currency_id | currency | id |
| sales_channel_id | sales_channel | id |
