💰 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.
Related tables (4)
Columns (7)
| Name | Type | Null | Default | Comment |
|---|---|---|---|---|
| value_id PK | int | no | Value ID | |
| website_id | smallint unsigned | no | 0 | Website ID |
| entity_id | int unsigned | no | 0 | Entity ID |
| country | varchar(2) | yes | Country | |
| value | decimal | no | 0 | Value |
| state | int | no | 0 | State |
| attribute_id | smallint unsigned | no | Attribute 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)
- country → directory_country .country_id (on delete CASCADE)
- entity_id → catalog_product_entity .entity_id (on delete CASCADE)
- website_id → store_website .website_id (on delete CASCADE)
- attribute_id → eav_attribute .attribute_id (on delete CASCADE)