<add>3.1</add>
<field>
<name>id</name>
+ <title>Contact Type ID</title>
<type>int unsigned</type>
<required>true</required>
<comment>Contact Type ID</comment>
</index>
<field>
<name>label</name>
+ <title>Contact Type Label</title>
<type>varchar</type>
<length>64</length>
<comment>localized Name of Contact Type.</comment>
</field>
<field>
<name>description</name>
+ <title>Contact Type Description</title>
<type>text</type>
<html>
<type>TextArea</type>
</field>
<field>
<name>image_URL</name>
+ <title>Contact Type Image URL</title>
<type>varchar</type>
<length>255</length>
<comment>URL of image if any.</comment>
</field>
<field>
<name>parent_id</name>
+ <title>Contact Type Parent</title>
<type>int unsigned</type>
<comment>Optional FK to parent contact type.</comment>
<add>3.1</add>
</foreignKey>
<field>
<name>is_active</name>
+ <title>Contact Type Is Active?</title>
<type>boolean</type>
<comment>Is this entry active?</comment>
<add>3.1</add>
</field>
<field>
<name>is_reserved</name>
+ <title>Contact Type is Reserved?</title>
<type>boolean</type>
<comment>Is this contact type a predefined system type</comment>
<add>3.1</add>
<log>true</log>
<field>
<name>id</name>
+ <title>Group Nesting ID</title>
<type>int unsigned</type>
<required>true</required>
<comment>Relationship ID</comment>
</primaryKey>
<field>
<name>child_group_id</name>
+ <title>Child Group</title>
<type>int unsigned</type>
<required>true</required>
<comment>ID of the child group</comment>
</foreignKey>
<field>
<name>parent_group_id</name>
+ <title>Parent Group</title>
<type>int unsigned</type>
<required>true</required>
<comment>ID of the parent group</comment>
<log>true</log>
<field>
<name>id</name>
+ <title>Group Organization ID</title>
<type>int unsigned</type>
<required>true</required>
<comment>Relationship ID</comment>
</primaryKey>
<field>
<name>group_id</name>
+ <title>Group</title>
<type>int unsigned</type>
<required>true</required>
<comment>ID of the group</comment>
</foreignKey>
<field>
<name>organization_id</name>
+ <title>Organization</title>
<type>int unsigned</type>
<required>true</required>
<comment>ID of the Organization Contact</comment>
<add>3.4</add>
<field>
<name>id</name>
+ <title>Action Schedule ID</title>
<type>int unsigned</type>
<required>true</required>
<add>3.4</add>
<add>4.4</add>
<field>
<name>id</name>
+ <title>Print Label ID</title>
<type>int unsigned</type>
<required>true</required>
<add>4.4</add>