Fields (12)
| Name | Type | Null | Key | Default | Extra |
|---|---|---|---|---|---|
| id | binary(16) | NO | PRI | NULL | |
| shipping_method_id | binary(16) | NO | MUL | NULL | |
| calculation | int(1) unsigned | YES | NULL | ||
| rule_id | binary(16) | YES | MUL | NULL | |
| currency_id | binary(16) | NO | MUL | NULL | |
| calculation_rule_id | binary(16) | YES | MUL | NULL | |
| price | double | NO | NULL | ||
| quantity_start | double | YES | NULL | ||
| quantity_end | double | YES | NULL | ||
| custom_fields | longtext | YES | NULL | ||
| created_at | datetime(3) | NO | NULL | ||
| updated_at | datetime(3) | YES | NULL |
Indexes (5)
| Name | Columns | Unique |
|---|---|---|
| fk.shipping_method_price.calculation_rule_id | calculation_rule_id | No |
| fk.shipping_method_price.currency_id | currency_id | No |
| fk.shipping_method_price.rule_id | rule_id | No |
| PRIMARY | id | Yes |
| uniq.shipping_method_quantity_start | shipping_method_id,rule_id,currency_id,quantity_start | Yes |