MageSmith

💰 Magento_Tax · engine innodb

tax_class

Tax Class

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

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

Click a node to jump to that table.

Columns (3)

NameTypeNullDefaultComment
class_id PKsmallint noClass ID
class_name varchar(255) noClass Name
class_type varchar(8) noCUSTOMERClass Type

Keys & indexes

Primary key: class_id

Referenced by (2)