Merge pull request #21648 from eileenmcnaughton/email_task
[civicrm-core.git] / 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 <component>CiviContribute</component>
10 <field>
11 <name>id</name>
12 <title>Currency ID</title>
13 <type>int unsigned</type>
14 <required>true</required>
15 <comment>Currency ID</comment>
16 <html>
17 <type>Number</type>
18 </html>
19 <add>1.7</add>
20 </field>
21 <primaryKey>
22 <name>id</name>
23 <autoincrement>true</autoincrement>
24 </primaryKey>
25 <field>
26 <name>name</name>
27 <title>Currency</title>
28 <type>varchar</type>
29 <length>64</length>
30 <import>true</import>
31 <comment>Currency Name</comment>
32 <add>1.7</add>
33 <html>
34 <type>Text</type>
35 </html>
36 </field>
37 <field>
38 <name>symbol</name>
39 <title>Currency Symbol</title>
40 <type>varchar</type>
41 <length>8</length>
42 <comment>Currency Symbol</comment>
43 <add>1.7</add>
44 <html>
45 <type>Text</type>
46 </html>
47 </field>
48 <field>
49 <name>numeric_code</name>
50 <title>Currency Numeric Code</title>
51 <type>varchar</type>
52 <length>3</length>
53 <import>true</import>
54 <comment>Numeric currency code</comment>
55 <add>1.9</add>
56 </field>
57 <field>
58 <name>full_name</name>
59 <title>Full Currency Name</title>
60 <type>varchar</type>
61 <length>64</length>
62 <comment>Full currency name</comment>
63 <html>
64 <type>Text</type>
65 </html>
66 <add>1.9</add>
67 </field>
68 </table>