This topic describes the columns in the mf_country_postal_codes table.
Column Name | Data Type | Primary Key | Is Nullable | Column ID | Comment | Reference Count | Reference To |
---|---|---|---|---|---|---|---|
country_id | smallint | 1 | 0 | 1 | 0 | mf_countries.country_id | |
country_region_id | smallint | 1 | 0 | 2 | 0 | ||
country_postal_code | varchar (50) | 1 | 0 | 3 | 0 | ||
country_postal_code_city | varchar (50) | 0 | 1 | 4 | 0 | ||
country_postal_code_location | geography | 0 | 1 | 5 | 0 | ||
country_postal_code_latitude | numeric (13,10) | 0 | 1 | 6 | 0 | ||
country_postal_code_longitude | numeric (13,10) | 0 | 1 | 7 | 0 | ||
country_postal_code_timezone | smallint | 0 | 1 | 8 | 0 | ||
country_postal_code_dst | bit | 0 | 1 | 9 | 0 |