<add>1.1</add>
<field>
<name>id</name>
+ <title>Country ID</title>
<type>int unsigned</type>
<required>true</required>
<comment>Country Id</comment>
</field>
<field>
<name>iso_code</name>
+ <title>Country ISO Code</title>
<type>char</type>
<length>2</length>
<comment>ISO Code</comment>
</field>
<field>
<name>country_code</name>
+ <title>Country Phone Prefix</title>
<type>varchar</type>
<length>4</length>
<comment>National prefix to be used when dialing TO this country.</comment>
</field>
<field>
<name>address_format_id</name>
+ <title>Address Format</title>
<type>int unsigned</type>
<comment>Foreign key to civicrm_address_format.id.</comment>
<add>3.2</add>
</foreignKey>
<field>
<name>idd_prefix</name>
+ <title>Outgoing Phone Prefix</title>
<type>varchar</type>
<length>4</length>
<comment>International direct dialing prefix from within the country TO another country</comment>
</field>
<field>
<name>ndd_prefix</name>
+ <title>Area Code</title>
<type>varchar</type>
<length>4</length>
<comment>Access prefix to call within a country to a different area</comment>
</field>
<field>
<name>region_id</name>
+ <title>Region</title>
<type>int unsigned</type>
<required>true</required>
<comment>Foreign key to civicrm_worldregion.id.</comment>
</foreignKey>
<field>
<name>is_province_abbreviated</name>
+ <title>Abbreviate Province?</title>
<type>boolean</type>
<default>0</default>
<comment>Should state/province be displayed as abbreviation for contacts from this country?</comment>