Fix FiveFortyNine is_public to default to 0
[civicrm-core.git] / xml / schema / Core / Component.xml
CommitLineData
6a488035
TO
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>
8f069c03 9 <name>id</name>
52f56bf0 10 <title>Component ID</title>
8f069c03
EM
11 <type>int unsigned</type>
12 <required>true</required>
13 <comment>Component ID</comment>
0481e12c
A
14 <html>
15 <type>Number</type>
16 </html>
8f069c03 17 <add>2.0</add>
6a488035
TO
18 </field>
19 <primaryKey>
8f069c03
EM
20 <name>id</name>
21 <autoincrement>true</autoincrement>
6a488035
TO
22 </primaryKey>
23 <field>
8f069c03
EM
24 <name>name</name>
25 <title>Component name</title>
26 <type>varchar</type>
27 <required>true</required>
28 <length>64</length>
29 <comment>Name of the component.</comment>
30 <add>2.0</add>
6a488035
TO
31 </field>
32 <field>
8f069c03
EM
33 <name>namespace</name>
34 <title>Namespace reserved for component.</title>
35 <type>varchar</type>
36 <length>128</length>
fb607354 37 <comment>Path to components main directory in a form of a class namespace.</comment>
8f069c03 38 <add>2.0</add>
6a488035
TO
39 </field>
40</table>