SWDB
← Versions / 6.5.6.1 /

shipping_method_price

Fields (11)

Name Type Null Key Default Extra
id binary(16) NO PRI NULL
shipping_method_id binary(16) NO MUL NULL
calculation int unsigned YES NULL
rule_id binary(16) YES MUL NULL
calculation_rule_id binary(16) YES MUL NULL
currency_price json YES NULL
quantity_start double YES NULL
quantity_end double YES NULL
custom_fields json YES NULL
created_at datetime(3) NO NULL
updated_at datetime(3) YES NULL

Indexes (4)

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 (3)

calculation_rule_id rule . id
rule_id rule . id
shipping_method_id shipping_method . id