MageSmith

🛒 Magento_Sales · engine innodb

sales_order_tax

Sales Order Tax Table

Neighbourhood (1-hop foreign-key graph — showing 1 of 1)

flowchart LR
  c["sales_order_tax"]:::center
  n0["sales_order_tax_item"]
  click n0 "/schema/table/sales_order_tax_item"
  c -- tax_id --> n0
  click c "/schema/table/sales_order_tax"
  classDef center fill:#eef2ff,stroke:#6366f1,color:#3730a3,stroke-width:1.5px

Click a node to jump to that table.

Columns (11)

NameTypeNullDefaultComment
tax_id PKint unsignednoTax ID
order_id int unsignednoOrder ID
code varchar(255) yesCode
title varchar(255) yesTitle
percent decimal yesPercent
amount decimal yesAmount
priority int noPriority
position int noPosition
base_amount decimal yesBase Amount
process smallint noProcess
base_real_amount decimal yesBase Real Amount

Keys & indexes

Primary key: tax_id

Indexes

  • SALES_ORDER_TAX_ORDER_ID_PRIORITY_POSITION (order_id, priority, position) btree

Referenced by (1)