Ian province abbreviation patch - issue 724
[civicrm-core.git] / xml / schema / Core / Worldregion.xml
CommitLineData
6a488035
TO
1<?xml version="1.0" encoding="iso-8859-1" ?>
2
3<table>
4 <base>CRM/Core</base>
5 <class>Worldregion</class>
6 <name>civicrm_worldregion</name>
7 <add>1.8</add>
8 <field>
8f069c03
EM
9 <name>id</name>
10 <type>int unsigned</type>
11 <required>true</required>
12 <comment>Country Id</comment>
13 <add>1.8</add>
6a488035
TO
14 </field>
15 <primaryKey>
8f069c03
EM
16 <name>id</name>
17 <autoincrement>true</autoincrement>
6a488035
TO
18 </primaryKey>
19 <field>
8f069c03
EM
20 <name>name</name>
21 <uniqueName>world_region</uniqueName>
22 <title>World Region</title>
23 <type>varchar</type>
24 <length>128</length>
25 <comment>Region name to be associated with countries</comment>
26 <export>true</export>
27 <add>1.8</add>
6a488035
TO
28 </field>
29</table>