Shopware 6.7.8.1 product_option
Links variant products to their selected property group options (e.g. 'Color: Blue').
| Column | Type | Nullable | Additional |
| product_id | binary(16) | NO | Primary Key
Foreign Key → product.id |
| product_version_id | binary(16) | NO | Primary Key
Foreign Key → product.version_id |
| property_group_option_id | binary(16) | NO | Primary Key
Foreign Key → property_group_option.id |
| Index Name | Columns | Unique |
| fk.product_option.property_group_option_id | property_group_option_id | No |
| PRIMARY | product_id,product_version_id,property_group_option_id | Yes |
Relations (from this table)
3 relations