MageSmith

💰 Magento_Weee · engine innodb

weee_tax

Weee Tax

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

flowchart LR
  c["weee_tax"]:::center
  n0["directory_country"]
  click n0 "/schema/table/directory_country"
  n0 -- country --> c
  n1["catalog_product_entity"]
  click n1 "/schema/table/catalog_product_entity"
  n1 -- entity_id --> c
  n2["store_website"]
  click n2 "/schema/table/store_website"
  n2 -- website_id --> c
  n3["eav_attribute"]
  click n3 "/schema/table/eav_attribute"
  n3 -- attribute_id --> c
  click c "/schema/table/weee_tax"
  classDef center fill:#eef2ff,stroke:#6366f1,color:#3730a3,stroke-width:1.5px

Click a node to jump to that table.

Columns (7)

NameTypeNullDefaultComment
value_id PKint noValue ID
website_id smallint unsignedno0Website ID
entity_id int unsignedno0Entity ID
country varchar(2) yesCountry
value decimal no0Value
state int no0State
attribute_id smallint unsignednoAttribute ID

Keys & indexes

Primary key: value_id

Indexes

  • WEEE_TAX_WEBSITE_ID (website_id) btree
  • WEEE_TAX_ENTITY_ID (entity_id) btree
  • WEEE_TAX_COUNTRY (country) btree
  • WEEE_TAX_ATTRIBUTE_ID (attribute_id) btree

References (4)