commiting uncommited changes on live site
[weblabels.fsf.org.git] / crm.fsf.org / 20131203 / files / sites / all / modules-old / civicrm / xml / schema / Financial / Currency.xml
1 <?xml version="1.0" encoding="iso-8859-1" ?>
2
3 <table>
4 <base>CRM/Financial</base>
5 <class>Currency</class>
6 <name>civicrm_currency</name>
7 <add>1.7</add>
8 <log>true</log>
9 <field>
10 <name>id</name>
11 <type>int unsigned</type>
12 <required>true</required>
13 <comment>Currency Id</comment>
14 <add>1.7</add>
15 </field>
16 <primaryKey>
17 <name>id</name>
18 <autoincrement>true</autoincrement>
19 </primaryKey>
20 <field>
21 <name>name</name>
22 <title>Currency</title>
23 <type>varchar</type>
24 <length>64</length>
25 <import>true</import>
26 <comment>Currency Name</comment>
27 <add>1.7</add>
28 <html>
29 <type>Text</type>
30 </html>
31 </field>
32 <field>
33 <name>symbol</name>
34 <type>varchar</type>
35 <length>8</length>
36 <comment>Currency Symbol</comment>
37 <add>1.7</add>
38 <html>
39 <type>Text</type>
40 </html>
41 </field>
42 <field>
43 <name>numeric_code</name>
44 <type>varchar</type>
45 <length>3</length>
46 <import>true</import>
47 <comment>Numeric currency code</comment>
48 <add>1.9</add>
49 </field>
50 <field>
51 <name>full_name</name>
52 <type>varchar</type>
53 <length>64</length>
54 <comment>Full currency name</comment>
55 <html>
56 <type>Text</type>
57 </html>
58 <add>1.9</add>
59 </field>
60 </table>