Shopware 5.7.1 s_premium_dispatch_countries
Country restrictions for shipping methods (which countries each method serves).
Columns
| Column | Type | Nullable | Additional |
|---|---|---|---|
| dispatchID | int(11) | NO | Primary Key |
| countryID | int(11) | NO | Primary Key |
Indexes
| Index Name | Columns | Unique |
|---|---|---|
| PRIMARY | dispatchID,countryID | Yes |
