MageSmith

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

Columns (4)

NameTypeNullDefaultComment
tax_calculation_rate_title_id PKint noTax Calculation Rate Title ID
tax_calculation_rate_id int noTax Calculation Rate ID
store_id smallint unsignednoStore ID
value varchar(255) noValue

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)