commiting uncommited changes on live site
[weblabels.fsf.org.git] / crm.fsf.org / 20131203 / files / sites / all / modules-old / civicrm / xml / schema / Core / Extension.xml
1 <?xml version="1.0" encoding="iso-8859-1" ?>
2
3 <table>
4 <base>CRM/Core</base>
5 <class>Extension</class>
6 <name>civicrm_extension</name>
7 <add>4.2</add>
8 <log>false</log>
9 <field>
10 <name>id</name>
11 <type>int unsigned</type>
12 <title>Extension ID</title>
13 <required>true</required>
14 <comment>Local Extension ID</comment>
15 <add>4.2</add>
16 </field>
17 <primaryKey>
18 <name>id</name>
19 <autoincrement>true</autoincrement>
20 </primaryKey>
21 <field>
22 <name>type</name>
23 <title>Type</title>
24 <type>varchar</type>
25 <length>8</length>
26 <required>true</required>
27 <comment></comment>
28 <pseudoconstant>
29 <callback>CRM_Core_SelectValues::getExtensionTypes</callback>
30 </pseudoconstant>
31 <add>4.2</add>
32 <html>
33 <type>Select</type>
34 </html>
35 </field>
36 <field>
37 <!-- "key" is a reserved word in MySQL -->
38 <name>full_name</name>
39 <title>Key</title>
40 <type>varchar</type>
41 <length>255</length>
42 <required>true</required>
43 <comment>Fully qualified extension name</comment>
44 <add>4.2</add>
45 </field>
46 <index>
47 <name>UI_extension_full_name</name>
48 <fieldName>full_name</fieldName>
49 <unique>true</unique>
50 <add>4.2</add>
51 </index>
52 <field>
53 <name>name</name>
54 <title>Name</title>
55 <type>varchar</type>
56 <length>255</length>
57 <import>true</import>
58 <comment>Short name</comment>
59 <add>4.2</add>
60 </field>
61 <index>
62 <name>UI_extension_name</name>
63 <fieldName>name</fieldName>
64 <add>4.2</add>
65 </index>
66 <field>
67 <name>label</name>
68 <title>Label</title>
69 <type>varchar</type>
70 <length>255</length>
71 <import>true</import>
72 <comment>Short, printable name</comment>
73 <add>4.2</add>
74 </field>
75 <field>
76 <name>file</name>
77 <title>File</title>
78 <type>varchar</type>
79 <length>255</length>
80 <import>true</import>
81 <comment>Primary PHP file</comment>
82 <add>4.2</add>
83 </field>
84 <field>
85 <name>schema_version</name>
86 <title>Schema Version</title>
87 <type>varchar</type>
88 <length>63</length>
89 <import>true</import>
90 <comment>Revision code of the database schema; the format is module-defined</comment>
91 <add>4.2</add>
92 </field>
93 <field>
94 <name>is_active</name>
95 <type>boolean</type>
96 <title>Extension is Active?</title>
97 <default>1</default>
98 <comment>Is this extension active?</comment>
99 <add>4.2</add>
100 </field>
101 </table>