MageSmith

🌐 Magento_Directory · engine innodb

directory_country_format

Directory Country Format

Columns (4)

NameTypeNullDefaultComment
country_format_id PKint unsignednoCountry Format ID
country_id varchar(2) yesCountry ID in ISO-2
type varchar(30) yesCountry Format Type
format text noCountry Format

Keys & indexes

Primary key: country_format_id

Unique

  • DIRECTORY_COUNTRY_FORMAT_COUNTRY_ID_TYPE (country_id, type)