Added pseudoconstant for state province
[civicrm-core.git] / xml / schema / Core / RecurringEntity.xml
index 1448925a3a55a5f23068af96828b2fa2bf31dec2..f90c5e4092d549b9673ee97499931c283a3e7df5 100644 (file)
@@ -11,7 +11,7 @@
       <title>ID</title>
       <type>int unsigned</type>
       <length>10</length>
-      <required>true</required>      
+      <required>true</required>
       <add>4.6</add>
   </field>
   <primaryKey>
@@ -24,6 +24,7 @@
       <length>10</length>
       <title>Parent ID</title>
       <required>true</required>
+      <comment>Recurring Entity Parent ID</comment>
       <add>4.6</add>
   </field>
   <field>
@@ -31,6 +32,7 @@
       <type>int unsigned</type>
       <length>10</length>
       <title>Entity ID</title>
+      <comment>Recurring Entity Child ID</comment>
       <add>4.6</add>
   </field>
   <field>
       <length>64</length>
       <title>Entity Table</title>
       <required>true</required>
+      <comment>Physical tablename for entity, e.g. civicrm_event</comment>
       <add>4.6</add>
   </field>
   <field>
-      <name>cascade_type</name>
-      <type>tinyint unsigned</type>
+      <name>mode</name>
+      <type>boolean</type>
       <default>1</default>
-      <length>4</length>
       <title>Cascade Type</title>
       <required>true</required>
+      <comment>1-this entity, 2-this and the following entities, 3-all the entities</comment>
       <add>4.6</add>
   </field>
-</table>
\ No newline at end of file
+</table>