Merge pull request #18838 from eileenmcnaughton/vrenew
[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 <add>1.7</add>
17 </field>
18 <primaryKey>
19 <name>id</name>
20 <autoincrement>true</autoincrement>
21 </primaryKey>
22 <field>
23 <name>name</name>
24 <title>Currency</title>
25 <type>varchar</type>
26 <length>64</length>
27 <import>true</import>
28 <comment>Currency Name</comment>
29 <add>1.7</add>
30 <html>
31 <type>Text</type>
32 </html>
33 </field>
34 <field>
35 <name>symbol</name>
36 <title>Currency Symbol</title>
37 <type>varchar</type>
38 <length>8</length>
39 <comment>Currency Symbol</comment>
40 <add>1.7</add>
41 <html>
42 <type>Text</type>
43 </html>
44 </field>
45 <field>
46 <name>numeric_code</name>
47 <title>Currency Numeric Code</title>
48 <type>varchar</type>
49 <length>3</length>
50 <import>true</import>
51 <comment>Numeric currency code</comment>
52 <add>1.9</add>
53 </field>
54 <field>
55 <name>full_name</name>
56 <title>Full Currency Name</title>
57 <type>varchar</type>
58 <length>64</length>
59 <comment>Full currency name</comment>
60 <html>
61 <type>Text</type>
62 </html>
63 <add>1.9</add>
64 </field>
65 </table>