🌐 Magento_Directory · engine innodb
directory_country_format
Directory Country Format
Columns (4)
| Name | Type | Null | Default | Comment |
|---|---|---|---|---|
| country_format_id PK | int unsigned | no | Country Format ID | |
| country_id | varchar(2) | yes | Country ID in ISO-2 | |
| type | varchar(30) | yes | Country Format Type | |
| format | text | no | Country Format |
Keys & indexes
Primary key: country_format_id
Unique
- DIRECTORY_COUNTRY_FORMAT_COUNTRY_ID_TYPE (country_id, type)