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 |