🌐 Magento_Directory · engine innodb
directory_country
Directory Country
Neighbourhood (1-hop foreign-key graph — showing 1 of 1)
flowchart LR c["directory_country"]:::center n0["weee_tax"] click n0 "/schema/table/weee_tax" c -- country --> n0 click c "/schema/table/directory_country" classDef center fill:#eef2ff,stroke:#6366f1,color:#3730a3,stroke-width:1.5px
Click a node to jump to that table.
Related tables (1)
Columns (3)
| Name | Type | Null | Default | Comment |
|---|---|---|---|---|
| country_id | varchar(2) | no | Country ID in ISO-2 | |
| iso2_code | varchar(2) | yes | Country ISO-2 format | |
| iso3_code | varchar(3) | yes | Country ISO-3 |
Keys & indexes
Primary key: country_id
Referenced by (1)
- weee_tax .country → .country_id (on delete CASCADE)