Fix FiveFortyNine is_public to default to 0
[civicrm-core.git] / xml / schema / Core / Worldregion.xml
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>
9 <name>id</name>
10 <title>World Region ID</title>
11 <type>int unsigned</type>
12 <required>true</required>
13 <comment>Country ID</comment>
14 <html>
15 <type>Number</type>
16 </html>
17 <add>1.8</add>
18 </field>
19 <primaryKey>
20 <name>id</name>
21 <autoincrement>true</autoincrement>
22 </primaryKey>
23 <field>
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>
32 </field>
33 </table>