Shopware 6.7.7.1 property_group_option
Columns
| 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 |
Indexes
| 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)
| Local Field | Foreign Table | Foreign Field |
|---|---|---|
| media_id | media | id |
| property_group_id | property_group | id |
Relations (to this table)
| Local Field | Foreign Table | Foreign Field |
|---|---|---|
| id | product_configurator_setting | property_group_option_id |
| id | product_option | property_group_option_id |
| id | product_property | property_group_option_id |
| id | property_group_option_translation | property_group_option_id |
