💰 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)
| Name | Type | Null | Default | Comment |
|---|---|---|---|---|
| class_id PK | smallint | no | Class ID | |
| class_name | varchar(255) | no | Class Name | |
| class_type | varchar(8) | no | CUSTOMER | Class Type |
Keys & indexes
Primary key: class_id
Referenced by (2)
- tax_calculation .product_tax_class_id → .class_id (on delete CASCADE)
- tax_calculation .customer_tax_class_id → .class_id (on delete CASCADE)