Merge remote-tracking branch 'upstream/4.4' into 4.4-4.5-2014-10-14-11-16-10
[civicrm-core.git] / xml / schema / Core / Component.xml
1 <?xml version="1.0" encoding="iso-8859-1" ?>
2
3 <table>
4 <base>CRM/Core</base>
5 <class>Component</class>
6 <name>civicrm_component</name>
7 <add>2.0</add>
8 <field>
9 <name>id</name>
10 <type>int unsigned</type>
11 <required>true</required>
12 <comment>Component ID</comment>
13 <add>2.0</add>
14 </field>
15 <primaryKey>
16 <name>id</name>
17 <autoincrement>true</autoincrement>
18 </primaryKey>
19 <field>
20 <name>name</name>
21 <title>Component name</title>
22 <type>varchar</type>
23 <required>true</required>
24 <length>64</length>
25 <comment>Name of the component.</comment>
26 <add>2.0</add>
27 </field>
28 <field>
29 <name>namespace</name>
30 <title>Namespace reserved for component.</title>
31 <type>varchar</type>
32 <length>128</length>
33 <comment>Path to components main directory in a form of a class
34 namespace.
35 </comment>
36 <add>2.0</add>
37 </field>
38 </table>