Shopware 6.7.7.1 country_state_translation
Columns
| Column | Type | Nullable | Additional |
|---|---|---|---|
| country_state_id | binary(16) | NO | Primary Key Foreign Key → country_state.id |
| language_id | binary(16) | NO | Primary Key Foreign Key → language.id |
| name | varchar(255) | YES | |
| custom_fields | json | YES | |
| created_at | datetime(3) | NO | |
| updated_at | datetime(3) | YES |
Indexes
| Index Name | Columns | Unique |
|---|---|---|
| fk.country_state_translation.language_id | language_id | No |
| PRIMARY | country_state_id,language_id | Yes |
Relations (from this table)
| Local Field | Foreign Table | Foreign Field |
|---|---|---|
| country_state_id | country_state | id |
| language_id | language | id |
