[REF] Remove unused pcp & soft credit handling from previously shared code
[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 <add>1.8</add>
15 </field>
16 <primaryKey>
17 <name>id</name>
18 <autoincrement>true</autoincrement>
19 </primaryKey>
20 <field>
21 <name>name</name>
22 <title>Timezone Name</title>
23 <type>varchar</type>
24 <length>64</length>
25 <comment>Timezone full name</comment>
26 <add>1.8</add>
27 </field>
28 <field>
29 <name>abbreviation</name>
30 <title>Timezone Abbreviation</title>
31 <type>char</type>
32 <length>3</length>
33 <comment>ISO Code for timezone abbreviation</comment>
34 <add>1.8</add>
35 </field>
36 <field>
37 <name>gmt</name>
38 <title>GMT Name of Timezone</title>
39 <type>varchar</type>
40 <length>64</length>
41 <comment>GMT name of the timezone</comment>
42 <add>1.8</add>
43 </field>
44 <field>
45 <name>offset</name>
46 <title>GMT Offset</title>
47 <type>int</type>
48 <comment></comment>
49 <add>1.8</add>
50 </field>
51 <field>
52 <name>country_id</name>
53 <title>Country</title>
54 <type>int unsigned</type>
55 <required>true</required>
56 <comment>Country Id</comment>
57 <add>1.8</add>
58 </field>
59 <foreignKey>
60 <name>country_id</name>
61 <table>civicrm_country</table>
62 <key>id</key>
63 <add>1.8</add>
64 </foreignKey>
65 </table>
66