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