Shopware 5.6.3 s_core_countries_states_attributes
Custom attribute extensions for country states.
Columns
| Column | Type | Nullable | Additional |
|---|---|---|---|
| id | int(11) | NO | Primary Key, auto_increment |
| stateID | int(11) | YES | Unique Foreign Key → s_core_countries_states.id |
Indexes
| Index Name | Columns | Unique |
|---|---|---|
| PRIMARY | id | Yes |
| stateID | stateID | Yes |
Relations (from this table)
| Local Field | Foreign Table | Foreign Field |
|---|---|---|
| stateID | s_core_countries_states | id |
