MageSmith

🌐 Magento_Directory · engine innodb

directory_country_region

Directory Country Region

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

flowchart LR
  c["directory_country_region"]:::center
  n0["directory_country_region_name"]
  click n0 "/schema/table/directory_country_region_name"
  c -- region_id --> n0
  click c "/schema/table/directory_country_region"
  classDef center fill:#eef2ff,stroke:#6366f1,color:#3730a3,stroke-width:1.5px

Click a node to jump to that table.

Columns (4)

NameTypeNullDefaultComment
region_id PKint unsignednoRegion ID
country_id varchar(4) no0Country ID in ISO-2
code varchar(32) yesRegion code
default_name varchar(255) yesRegion Name

Keys & indexes

Primary key: region_id

Indexes

  • DIRECTORY_COUNTRY_REGION_COUNTRY_ID (country_id) btree

Referenced by (1)