MageSmith

💰 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.

Columns (5)

NameTypeNullDefaultComment
tax_calculation_rule_id PKint noTax Calculation Rule ID
code varchar(255) noCode
priority int noPriority
position int noPosition
calculate_subtotal int noCalculate 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)