commiting uncommited changes on live site
[weblabels.fsf.org.git] / crm.fsf.org / 20131203 / files / sites / all / modules-new / civicrm / xml / schema / Core / RecurringEntity.xml
1 <?xml version="1.0" encoding="iso-8859-1" ?>
2
3 <table>
4 <base>CRM/Core</base>
5 <class>RecurringEntity</class>
6 <name>civicrm_recurring_entity</name>
7 <add>4.6</add>
8 <log>true</log>
9 <field>
10 <name>id</name>
11 <title>ID</title>
12 <type>int unsigned</type>
13 <length>10</length>
14 <required>true</required>
15 <add>4.6</add>
16 </field>
17 <primaryKey>
18 <name>id</name>
19 <autoincrement>true</autoincrement>
20 </primaryKey>
21 <field>
22 <name>parent_id</name>
23 <type>int unsigned</type>
24 <length>10</length>
25 <title>Parent ID</title>
26 <required>true</required>
27 <comment>Recurring Entity Parent ID</comment>
28 <add>4.6</add>
29 </field>
30 <field>
31 <name>entity_id</name>
32 <type>int unsigned</type>
33 <length>10</length>
34 <title>Entity ID</title>
35 <comment>Recurring Entity Child ID</comment>
36 <add>4.6</add>
37 </field>
38 <field>
39 <name>entity_table</name>
40 <type>varchar</type>
41 <length>64</length>
42 <title>Entity Table</title>
43 <required>true</required>
44 <comment>Physical tablename for entity, e.g. civicrm_event</comment>
45 <add>4.6</add>
46 </field>
47 <field>
48 <name>mode</name>
49 <type>boolean</type>
50 <default>1</default>
51 <title>Cascade Type</title>
52 <required>true</required>
53 <comment>1-this entity, 2-this and the following entities, 3-all the entities</comment>
54 <add>4.6</add>
55 </field>
56 </table>