← Shopware 6.7.7.1

Shopware 6.7.7.1 product_configurator_setting

Columns

11 columns

Column Type Nullable Additional
id binary(16) NO Primary Key
version_id binary(16) NO Primary Key
product_id binary(16) NO Index Foreign Key → product.id
product_version_id binary(16) NO Foreign Key → product.version_id
property_group_option_id binary(16) NO Index Foreign Key → property_group_option.id
price json YES
position int NO Default: 0
media_id binary(16) YES Index Foreign Key → media.id
custom_fields json YES
created_at datetime(3) NO
updated_at datetime(3) YES

Indexes

5 indexes

Index Name Columns Unique
fk.product_configurator_setting.media_id media_id No
fk.product_configurator_setting.product_id product_id,product_version_id No
fk.product_configurator_setting.property_group_option_id property_group_option_id No
PRIMARY id,version_id Yes
uniq.product_configurator_setting.prod_id.vers_id.prop_group_id product_id,version_id,property_group_option_id Yes

Relations (from this table)

4 relations

Local Field Foreign Table Foreign Field
media_id media id
product_id product id
product_version_id product version_id
property_group_option_id property_group_option id