Shopware 6.7.8.1 property_group_option
Individual options within a property group (e.g. 'Red', 'Blue', 'XL') with optional color/media.
| Column | Type | Nullable | Additional |
| id | binary(16) | NO | Primary Key |
| property_group_id | binary(16) | NO | Index
Foreign Key → property_group.id |
| color_hex_code | varchar(20) | YES | |
| media_id | binary(16) | YES | Index
Foreign Key → media.id |
| created_at | datetime(3) | NO | |
| updated_at | datetime(3) | YES | |
| Index Name | Columns | Unique |
| fk.property_group_option.media_id | media_id | No |
| fk.property_group_option.property_group_id | property_group_id | No |
| PRIMARY | id | Yes |
Relations (from this table)
2 relations
Relations (to this table)
4 relations