Shopware 5.6.6 s_core_countries_attributes
Custom attribute extensions for countries.
Columns
| Column | Type | Nullable | Additional |
|---|---|---|---|
| id | int(11) | NO | Primary Key, auto_increment |
| countryID | int(11) | YES | Unique Foreign Key → s_core_countries.id |
Indexes
| Index Name | Columns | Unique |
|---|---|---|
| countryID | countryID | Yes |
| PRIMARY | id | Yes |
Relations (from this table)
| Local Field | Foreign Table | Foreign Field |
|---|---|---|
| countryID | s_core_countries | id |
