Shopware 6.7.8.0 property_group_option_translation
Translations for property option names and positions.
| 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 | |
| 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)
2 relations