← Shopware 6.7.7.1

Shopware 6.7.7.1 shipping_method_price

Columns

11 columns

Column Type Nullable Additional
id binary(16) NO Primary Key
shipping_method_id binary(16) NO Index Foreign Key → shipping_method.id
calculation int unsigned YES
rule_id binary(16) YES Index Foreign Key → rule.id
calculation_rule_id binary(16) YES Index Foreign Key → rule.id
currency_price json YES
quantity_start double YES
quantity_end double YES
custom_fields json YES
created_at datetime(3) NO
updated_at datetime(3) YES

Indexes

4 indexes

Index Name Columns Unique
fk.shipping_method_price.calculation_rule_id calculation_rule_id No
fk.shipping_method_price.rule_id rule_id No
PRIMARY id Yes
uniq.shipping_method_quantity_start shipping_method_id,rule_id,quantity_start Yes

Relations (from this table)

3 relations

Local Field Foreign Table Foreign Field
calculation_rule_id rule id
rule_id rule id
shipping_method_id shipping_method id