← Shopware 6.7.7.1

Shopware 6.7.7.1 product_price

Columns

11 columns

Column Type Nullable Additional
id binary(16) NO Primary Key
version_id binary(16) NO Primary Key
rule_id binary(16) NO Index Foreign Key → rule.id
product_id binary(16) NO Index Foreign Key → product.id
product_version_id binary(16) NO Foreign Key → product.version_id
price json NO
quantity_start int NO
quantity_end int YES
custom_fields json YES
created_at datetime(3) NO
updated_at datetime(3) YES

Indexes

3 indexes

Index Name Columns Unique
fk.product_price.product_id product_id,product_version_id No
fk.product_price.rule_id rule_id No
PRIMARY id,version_id Yes

Relations (from this table)

3 relations

Local Field Foreign Table Foreign Field
product_id product id
product_version_id product version_id
rule_id rule id