Merge pull request #20121 from colemanw/l10nJs
[civicrm-core.git] / xml / schema / Financial / Currency.xml
CommitLineData
6a488035
TO
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>
d31fb4e3 9 <component>CiviContribute</component>
6a488035 10 <field>
8f069c03 11 <name>id</name>
f3ea5182 12 <title>Currency ID</title>
8f069c03
EM
13 <type>int unsigned</type>
14 <required>true</required>
047c5009 15 <comment>Currency ID</comment>
0481e12c
A
16 <html>
17 <type>Number</type>
18 </html>
8f069c03 19 <add>1.7</add>
6a488035
TO
20 </field>
21 <primaryKey>
8f069c03
EM
22 <name>id</name>
23 <autoincrement>true</autoincrement>
6a488035
TO
24 </primaryKey>
25 <field>
8f069c03
EM
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>
6a488035
TO
36 </field>
37 <field>
8f069c03 38 <name>symbol</name>
f3ea5182 39 <title>Currency Symbol</title>
8f069c03
EM
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>
6a488035
TO
47 </field>
48 <field>
8f069c03 49 <name>numeric_code</name>
f3ea5182 50 <title>Currency Numeric Code</title>
8f069c03
EM
51 <type>varchar</type>
52 <length>3</length>
53 <import>true</import>
54 <comment>Numeric currency code</comment>
55 <add>1.9</add>
6a488035
TO
56 </field>
57 <field>
8f069c03 58 <name>full_name</name>
f3ea5182 59 <title>Full Currency Name</title>
8f069c03
EM
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>
6a488035
TO
67 </field>
68</table>