💰 Magento_Tax · engine innodb
tax_calculation_rate_title
Tax Calculation Rate Title
Neighbourhood (1-hop foreign-key graph — showing 2 of 2)
flowchart LR c["tax_calculation_rate_title"]:::center n0["store"] click n0 "/schema/table/store" n0 -- store_id --> c n1["tax_calculation_rate"] click n1 "/schema/table/tax_calculation_rate" n1 -- tax_calculation_rate_id --> c click c "/schema/table/tax_calculation_rate_title" classDef center fill:#eef2ff,stroke:#6366f1,color:#3730a3,stroke-width:1.5px
Click a node to jump to that table.
Related tables (2)
Columns (4)
| Name | Type | Null | Default | Comment |
|---|---|---|---|---|
| tax_calculation_rate_title_id PK | int | no | Tax Calculation Rate Title ID | |
| tax_calculation_rate_id | int | no | Tax Calculation Rate ID | |
| store_id | smallint unsigned | no | Store ID | |
| value | varchar(255) | no | Value |
Keys & indexes
Primary key: tax_calculation_rate_title_id
Indexes
- TAX_CALCULATION_RATE_TITLE_TAX_CALCULATION_RATE_ID_STORE_ID (tax_calculation_rate_id, store_id) btree
- TAX_CALCULATION_RATE_TITLE_STORE_ID (store_id) btree
References (2)
- store_id → store .store_id (on delete CASCADE)
- tax_calculation_rate_id → tax_calculation_rate .tax_calculation_rate_id (on delete CASCADE)