💰 Magento_Tax · engine innodb
tax_calculation_rule
Tax Calculation Rule
Neighbourhood (1-hop foreign-key graph — showing 1 of 1)
flowchart LR c["tax_calculation_rule"]:::center n0["tax_calculation"] click n0 "/schema/table/tax_calculation" c -- tax_calculation_rule_id --> n0 click c "/schema/table/tax_calculation_rule" classDef center fill:#eef2ff,stroke:#6366f1,color:#3730a3,stroke-width:1.5px
Click a node to jump to that table.
Related tables (1)
Columns (5)
| Name | Type | Null | Default | Comment |
|---|---|---|---|---|
| tax_calculation_rule_id PK | int | no | Tax Calculation Rule ID | |
| code | varchar(255) | no | Code | |
| priority | int | no | Priority | |
| position | int | no | Position | |
| calculate_subtotal | int | no | Calculate off subtotal option |
Keys & indexes
Primary key: tax_calculation_rule_id
Indexes
- TAX_CALCULATION_RULE_PRIORITY_POSITION (priority, position) btree
- TAX_CALCULATION_RULE_CODE (code) btree
Referenced by (1)
- tax_calculation .tax_calculation_rule_id → .tax_calculation_rule_id (on delete CASCADE)