<log>true</log>
<field>
<name>id</name>
+ <title>Instant Messenger ID</title>
<type>int unsigned</type>
<required>true</required>
<comment>Unique IM ID</comment>
</primaryKey>
<field>
<name>contact_id</name>
+ <title>IM Contact</title>
<type>int unsigned</type>
<comment>FK to Contact ID</comment>
<add>2.0</add>
</index>
<field>
<name>is_billing</name>
+ <title>Is IM Billing?</title>
<type>boolean</type>
<default>0</default>
<comment>Is this the billing?</comment>
<log>false</log>
<field>
<name>id</name>
+ <title>Job ID</title>
<type>int unsigned</type>
<required>true</required>
<comment>Job Id</comment>
</primaryKey>
<field>
<name>domain_id</name>
+ <title>Job Domain</title>
<type>int unsigned</type>
<required>true</required>
<pseudoconstant>
</foreignKey>
<field>
<name>run_frequency</name>
+ <title>Job Frequency</title>
<type>varchar</type>
<length>8</length>
<default>"Daily"</default>
</field>
<field>
<name>name</name>
+ <title>Job Name</title>
<type>varchar</type>
<length>255</length>
<comment>Title of the job</comment>
</field>
<field>
<name>description</name>
+ <title>Job Description</title>
<type>varchar</type>
<length>255</length>
<comment>Description of the job</comment>
</field>
<field>
<name>api_entity</name>
+ <title>API Entity</title>
<type>varchar</type>
<length>255</length>
<comment>Entity of the job api call</comment>
</field>
<field>
<name>api_action</name>
+ <title>API Action</title>
<type>varchar</type>
<length>255</length>
<comment>Action of the job api call</comment>
</field>
<field>
<name>parameters</name>
+ <title>API Parameters</title>
<type>text</type>
<comment>List of parameters to the command.</comment>
<html>
</field>
<field>
<name>is_active</name>
+ <title>Job Is Active?</title>
<type>boolean</type>
<comment>Is this job active?</comment>
<add>4.1</add>
<log>true</log>
<field>
<name>id</name>
+ <title>Location Type ID</title>
<type>int unsigned</type>
<required>true</required>
<comment>Location Type ID</comment>
</field>
<field>
<name>is_reserved</name>
+ <title>Location Type is Reserved?</title>
<type>boolean</type>
<comment>Is this location type a predefined system location?</comment>
<add>1.1</add>
</field>
<field>
<name>is_active</name>
+ <title>Location Type is Active?</title>
<type>boolean</type>
<comment>Is this property active?</comment>
<add>1.1</add>
</field>
<field>
<name>is_default</name>
+ <title>Default Location Type?</title>
<type>boolean</type>
<comment>Is this location type the default?</comment>
<add>1.1</add>
<log>true</log>
<field>
<name>id</name>
+ <title>Financial Account ID</title>
<type>int unsigned</type>
<required>true</required>
<comment>ID</comment>
</primaryKey>
<field>
<name>name</name>
+ <title>Financial Account Name</title>
<type>varchar</type>
<length>255</length>
<required>true</required>
</field>
<field>
<name>is_deductible</name>
+ <title>Is Tax Deductible?</title>
<type>boolean</type>
<length>4</length>
<default>1</default>
</field>
<field>
<name>is_reserved</name>
+ <title>Financial Type is Reserved?</title>
<type>boolean</type>
<length>4</length>
<comment>Is this a predefined system object?</comment>
</field>
<field>
<name>open_tracking</name>
+ <title>Track Mailing?</title>
<type>boolean</type>
<comment>Should we track when recipients open/read this mailing?</comment>
</field>
<field>
<name>is_completed</name>
+ <title>Mailing Completed</title>
<type>boolean</type>
<comment>Has at least one job associated with this mailing finished?</comment>
<html>
</field>
<field>
<name>msg_template_id</name>
+ <title>Mailing Message Template</title>
<type>int unsigned</type>
<comment>FK to the message template.</comment>
</field>
</field>
<field>
<name>created_id</name>
+ <title>Mailing Creator</title>
<type>int unsigned</type>
<comment>FK to Contact ID who first created this mailing</comment>
</field>
</field>
<field>
<name>scheduled_id</name>
+ <title>Scheduled By</title>
<type>int unsigned</type>
<comment>FK to Contact ID who scheduled this mailing</comment>
</field>
</field>
<field>
<name>approver_id</name>
+ <title>Approved By</title>
<type>int unsigned</type>
<comment>FK to Contact ID who approved this mailing</comment>
</field>
<log>true</log>
<field>
<name>id</name>
+ <title>Line Item ID</title>
<type>int unsigned</type>
<required>true</required>
<comment>Line Item</comment>
</primaryKey>
<field>
<name>entity_table</name>
+ <title>Line Item Entity Type</title>
<type>varchar</type>
<length>64</length>
<required>true</required>
</field>
<field>
<name>entity_id</name>
+ <title>Line Item Entity</title>
<type>int unsigned</type>
<required>true</required>
<comment>entry in table</comment>
</dynamicForeignKey>
<field>
<name>contribution_id</name>
+ <title>Line Item Contribution</title>
<type>int unsigned</type>
<comment>FK to civicrm_contribution</comment>
<add>4.5</add>
</foreignKey>
<field>
<name>price_field_id</name>
+ <title>Line Item Price Field</title>
<type>int unsigned</type>
<comment>FK to civicrm_price_field</comment>
<!-- changed to not required in 4.3 in order to change ON DELETE CASCADE FK constraint to SET NULL -->
</foreignKey>
<field>
<name>option_group_id</name>
+ <title>Line Item Option Group</title>
<type>int unsigned</type>
<required>true</required>
<comment>FK to option group</comment>
</field>
<field>
<name>label</name>
+ <title>Line Item Label</title>
<type>varchar</type>
<length>255</length>
<default>NULL</default>
</field>
<field>
<name>qty</name>
+ <title>Line Item Quantity</title>
<type>int unsigned</type>
<required>true</required>
<comment>How many items ordered</comment>
</field>
<field>
<name>line_total</name>
+ <title>Line Item Total</title>
<type>decimal</type>
<required>true</required>
<comment>qty * unit_price</comment>
</field>
<field>
<name>participant_count</name>
+ <title>Line Item Participant Count</title>
<type>int unsigned</type>
<default>NULL</default>
- <comment>Participant count for fiel
+ <comment>Participant count for field</comment>
<html>
<type>Text</type>
- </html>d</comment>
+ </html>
<add>3.2</add>
</field>
</index>
<field>
<name>price_field_value_id</name>
+ <title>Line Item Option</title>
<type>int unsigned</type>
<default>NULL</default>
<comment>FK to civicrm_price_field_value</comment>