Merge pull request #22571 from eileenmcnaughton/trxn
[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 9 <name>id</name>
1c4f4ae6 10 <title>World Region ID</title>
8f069c03
EM
11 <type>int unsigned</type>
12 <required>true</required>
047c5009 13 <comment>Country ID</comment>
0481e12c
A
14 <html>
15 <type>Number</type>
16 </html>
8f069c03 17 <add>1.8</add>
6a488035
TO
18 </field>
19 <primaryKey>
8f069c03
EM
20 <name>id</name>
21 <autoincrement>true</autoincrement>
6a488035
TO
22 </primaryKey>
23 <field>
8f069c03
EM
24 <name>name</name>
25 <uniqueName>world_region</uniqueName>
26 <title>World Region</title>
27 <type>varchar</type>
28 <length>128</length>
29 <comment>Region name to be associated with countries</comment>
30 <export>true</export>
31 <add>1.8</add>
6a488035
TO
32 </field>
33</table>