Merge pull request #23073 from colemanw/contactTypeIcon
[civicrm-core.git] / xml / schema / Core / Timezone.xml
1 <?xml version="1.0" encoding="iso-8859-1" ?>
2
3 <table>
4 <base>CRM/Core</base>
5 <class>Timezone</class>
6 <name>civicrm_timezone</name>
7 <add>1.8</add>
8 <field>
9 <name>id</name>
10 <title>Timezone ID</title>
11 <type>int unsigned</type>
12 <required>true</required>
13 <comment>Timezone 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 <title>Timezone Name</title>
26 <type>varchar</type>
27 <length>64</length>
28 <comment>Timezone full name</comment>
29 <add>1.8</add>
30 </field>
31 <field>
32 <name>abbreviation</name>
33 <title>Timezone Abbreviation</title>
34 <type>char</type>
35 <length>3</length>
36 <comment>ISO Code for timezone abbreviation</comment>
37 <add>1.8</add>
38 </field>
39 <field>
40 <name>gmt</name>
41 <title>GMT Name of Timezone</title>
42 <type>varchar</type>
43 <length>64</length>
44 <comment>GMT name of the timezone</comment>
45 <add>1.8</add>
46 </field>
47 <field>
48 <name>offset</name>
49 <title>GMT Offset</title>
50 <type>int</type>
51 <comment></comment>
52 <add>1.8</add>
53 </field>
54 <field>
55 <name>country_id</name>
56 <title>Country ID</title>
57 <type>int unsigned</type>
58 <required>true</required>
59 <comment>Country ID</comment>
60 <html>
61 <label>Country</label>
62 </html>
63 <add>1.8</add>
64 </field>
65 <foreignKey>
66 <name>country_id</name>
67 <table>civicrm_country</table>
68 <key>id</key>
69 <add>1.8</add>
70 </foreignKey>
71 </table>
72