Shopware 5.7.10 s_core_shop_currencies
Junction table linking sub-shops to their available currencies.
Columns
| Column | Type | Nullable | Additional |
|---|---|---|---|
| shop_id | int(11) unsigned | NO | Primary Key |
| currency_id | int(11) unsigned | NO | Primary Key |
Indexes
| Index Name | Columns | Unique |
|---|---|---|
| PRIMARY | shop_id,currency_id | Yes |
