Merge pull request #21943 from mattwire/gccacheignore
[civicrm-core.git] / xml / schema / Core / Timezone.xml
CommitLineData
6a488035
TO
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>
8f069c03 9 <name>id</name>
fa6ace1a 10 <title>Timezone ID</title>
8f069c03
EM
11 <type>int unsigned</type>
12 <required>true</required>
047c5009 13 <comment>Timezone 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 24 <name>name</name>
fa6ace1a 25 <title>Timezone Name</title>
8f069c03
EM
26 <type>varchar</type>
27 <length>64</length>
28 <comment>Timezone full name</comment>
29 <add>1.8</add>
6a488035
TO
30 </field>
31 <field>
8f069c03 32 <name>abbreviation</name>
fa6ace1a 33 <title>Timezone Abbreviation</title>
8f069c03
EM
34 <type>char</type>
35 <length>3</length>
36 <comment>ISO Code for timezone abbreviation</comment>
37 <add>1.8</add>
6a488035
TO
38 </field>
39 <field>
8f069c03 40 <name>gmt</name>
fa6ace1a 41 <title>GMT Name of Timezone</title>
8f069c03
EM
42 <type>varchar</type>
43 <length>64</length>
44 <comment>GMT name of the timezone</comment>
45 <add>1.8</add>
6a488035
TO
46 </field>
47 <field>
8f069c03 48 <name>offset</name>
fa6ace1a 49 <title>GMT Offset</title>
8f069c03
EM
50 <type>int</type>
51 <comment></comment>
52 <add>1.8</add>
6a488035
TO
53 </field>
54 <field>
8f069c03 55 <name>country_id</name>
57e94608 56 <title>Country ID</title>
8f069c03
EM
57 <type>int unsigned</type>
58 <required>true</required>
047c5009 59 <comment>Country ID</comment>
57e94608
A
60 <html>
61 <label>Country</label>
62 </html>
8f069c03 63 <add>1.8</add>
6a488035
TO
64 </field>
65 <foreignKey>
8f069c03
EM
66 <name>country_id</name>
67 <table>civicrm_country</table>
68 <key>id</key>
69 <add>1.8</add>
6a488035
TO
70 </foreignKey>
71</table>
72