<field>
<name>id</name>
<type>int unsigned</type>
+ <title>Custom Field ID</title>
<required>true</required>
<comment>Unique Custom Field ID</comment>
<add>1.1</add>
<field>
<name>custom_group_id</name>
<type>int unsigned</type>
+ <title>Custom Group</title>
<required>true</required>
<comment>FK to civicrm_custom_group.</comment>
<add>1.1</add>
<field>
<name>name</name>
<type>varchar</type>
+ <title>Custom Field Name</title>
<length>64</length>
<comment>Variable name/programmatic handle for this group.</comment>
<add>3.3</add>
<field>
<name>label</name>
<type>varchar</type>
+ <title>Custom Field Label</title>
<length>255</length>
<required>true</required>
<localizable>true</localizable>
<field>
<name>data_type</name>
<type>varchar</type>
+ <title>Custom Field Data Type</title>
<length>16</length>
<required>true</required>
<comment>Controls location of data storage in extended_data table.</comment>
<field>
<name>html_type</name>
<type>varchar</type>
+ <title>Custom Field HTMl Type</title>
<length>32</length>
<required>true</required>
<comment>HTML types plus several built-in extended types.</comment>
<field>
<name>default_value</name>
<type>varchar</type>
+ <title>Custom Field Default</title>
<length>255</length>
<comment>Use form_options.is_default for field_types which use options.</comment>
<add>1.1</add>
</field>
<field>
<name>is_required</name>
+ <title>Custom Field Is Required?</title>
<type>boolean</type>
<comment>Is a value required for this property.</comment>
<add>1.1</add>
</field>
<field>
<name>is_searchable</name>
+ <title>Allow Searching on Field?</title>
<type>boolean</type>
<comment>Is this property searchable.</comment>
<add>1.1</add>
<field>
<name>is_search_range</name>
<type>boolean</type>
+ <title>Search as a Range</title>
<comment>Is this property range searchable.</comment>
<add>1.4</add>
<default>0</default>
<field>
<name>weight</name>
<type>int</type>
+ <title>Custom Field Weight</title>
<required>true</required>
<default>1</default>
<comment>Controls field display order within an extended property group.</comment>
<field>
<name>help_pre</name>
<type>text</type>
+ <title>Custom Field Pre Text</title>
<localizable>true</localizable>
<comment>Description and/or help text to display before this field.</comment>
<add>1.1</add>
<field>
<name>help_post</name>
<type>text</type>
+ <title>Custom Field Post Text</title>
<localizable>true</localizable>
<comment>Description and/or help text to display after this field.</comment>
<add>1.1</add>
<field>
<name>mask</name>
<type>varchar</type>
+ <title>Custom Field Formatting</title>
<length>64</length>
<comment>Optional format instructions for specific field types, like date types.</comment>
<add>1.1</add>
<field>
<name>attributes</name>
<type>varchar</type>
+ <title>Custom Field Attributes</title>
<length>255</length>
<comment>Store collection of type-appropriate attributes, e.g. textarea needs rows/cols attributes</comment>
<add>1.1</add>
<field>
<name>javascript</name>
<type>varchar</type>
+ <title>Custom Field Javascript</title>
<length>255</length>
<comment>Optional scripting attributes for field.</comment>
<add>1.1</add>
<field>
<name>is_active</name>
<type>boolean</type>
+ <title>Custom Field Is Active?</title>
<comment>Is this property active?</comment>
<add>1.1</add>
</field>
<field>
<name>is_view</name>
<type>boolean</type>
+ <title>Field is Viewable</title>
<comment>Is this property set by PHP Code? A code field is viewable but not editable</comment>
<add>1.1</add>
</field>
<field>
<name>options_per_line</name>
<type>int unsigned</type>
+ <title>Field Options Per Line</title>
<comment>number of options per line for checkbox and radio</comment>
</field>
<field>
<name>text_length</name>
<type>int unsigned</type>
+ <title>Field Length</title>
<comment>field length if alphanumeric</comment>
<add>2.2</add>
</field>
<field>
<name>start_date_years</name>
<type>int</type>
+ <title>Field Start Date</title>
<comment>Date may be up to start_date_years years prior to the current date.</comment>
<add>1.4</add>
</field>
<field>
<name>end_date_years</name>
<type>int</type>
+ <title>Field End Date</title>
<comment>Date may be up to end_date_years years after the current date.</comment>
<add>1.4</add>
</field>
<field>
<name>date_format</name>
<type>varchar</type>
+ <title>Field Data Format</title>
<length>64</length>
<comment>date format for custom date</comment>
<add>3.1</add>
<field>
<name>time_format</name>
<type>int unsigned</type>
+ <title>Field Time Format</title>
<comment>time format for custom date</comment>
<add>3.1</add>
</field>
<field>
<name>note_columns</name>
<type>int unsigned</type>
+ <title>Field Note Columns</title>
<comment> Number of columns in Note Field </comment>
<add>1.4</add>
</field>
<field>
<name>note_rows</name>
<type>int unsigned</type>
+ <title>Field Note Rows</title>
<comment> Number of rows in Note Field </comment>
<add>1.4</add>
</field>
<field>
<name>column_name</name>
<type>varchar</type>
+ <title>Field Column Name</title>
<length>255</length>
<comment>Name of the column that holds the values for this field.</comment>
<add>2.0</add>
<field>
<name>option_group_id</name>
<type>int unsigned</type>
+ <title>Field Option Group</title>
<comment>For elements with options, the option group id that is used</comment>
<add>1.4</add>
</field>
<field>
<name>filter</name>
<type>varchar</type>
+ <title>Field Filter</title>
<length>255</length>
<comment>Stores Contact Get API params contact reference custom fields. May be used for other filters in the future.</comment>
<add>4.1</add>
<field>
<name>in_selector</name>
<type>boolean</type>
+ <title>Field Display</title>
<default>0</default>
<comment>Should the multi-record custom field values be displayed in tab table listing</comment>
<add>4.5</add>
<field>
<name>id</name>
<type>int unsigned</type>
+ <title>Custom Group ID</title>
<required>true</required>
<comment>Unique Custom Group ID</comment>
<add>1.1</add>
<field>
<name>name</name>
<type>varchar</type>
+ <title>Custom Group Name</title>
<length>64</length>
<comment>Variable name/programmatic handle for this group.</comment>
<add>1.1</add>
<field>
<name>title</name>
<type>varchar</type>
+ <title>Custom Group Title</title>
<length>64</length>
<required>true</required>
<localizable>true</localizable>
<field>
<name>extends</name>
<type>varchar</type>
+ <title>Custom Group Extends</title>
<length>255</length>
<default>'Contact'</default>
<comment>Type of object this group extends (can add other options later e.g. contact_address, etc.).</comment>
<field>
<name>extends_entity_column_id</name>
<type>int unsigned</type>
+ <title>Custom Group Subtype List</title>
<default>NULL</default>
<comment>FK to civicrm_option_value.id (for option group custom_data_type.)</comment>
<add>2.2</add>
<field>
<name>extends_entity_column_value</name>
<type>varchar</type>
+ <title>Custom Group Subtype</title>
<length>255</length>
<comment>linking custom group for dynamic object</comment>
<add>1.6</add>
<field>
<name>style</name>
<type>varchar</type>
+ <title>Custom Group Style</title>
<length>15</length>
<comment>Visual relationship between this form and its parent.</comment>
<pseudoconstant>
<field>
<name>collapse_display</name>
<type>int unsigned</type>
+ <title>Collapse Custom Group?</title>
<default>0</default>
<comment>Will this group be in collapsed or expanded mode on initial display ?</comment>
<add>1.1</add>
<field>
<name>help_pre</name>
<type>text</type>
+ <title>Custom Group Pre Text</title>
<localizable>true</localizable>
<comment>Description and/or help text to display before fields in form.</comment>
<html>
<field>
<name>help_post</name>
<type>text</type>
+ <title>Custom Group Post Text</title>
<localizable>true</localizable>
<comment>Description and/or help text to display after fields in form.</comment>
<html>
<field>
<name>weight</name>
<type>int</type>
+ <title>Custom Group Weight</title>
<required>true</required>
<default>1</default>
<comment>Controls display order when multiple extended property groups are setup for the same class.</comment>
<field>
<name>is_active</name>
<type>boolean</type>
+ <title>Custom Group Is Active?</title>
<comment>Is this property active?</comment>
<add>1.1</add>
</field>
<field>
<name>is_multiple</name>
<type>boolean</type>
+ <title>Supports Multiple Records</title>
<comment>Does this group hold multiple values?</comment>
<add>2.0</add>
</field>
<field>
<name>min_multiple</name>
<type>int unsigned</type>
+ <title>Minimum Multiple Records</title>
<comment>minimum number of multiple records (typically 0?)</comment>
<add>2.2</add>
</field>
<field>
<name>max_multiple</name>
<type>int unsigned</type>
+ <title>Maximum Multiple Records</title>
<comment>maximum number of multiple records, if 0 - no max</comment>
<add>2.2</add>
</field>
<field>
<name>collapse_adv_display</name>
<type>int unsigned</type>
+ <title>Collapse Group Display</title>
<default>0</default>
<comment>Will this group be in collapsed or expanded mode on advanced search display ?</comment>
<add>3.0</add>
<field>
<name>created_id</name>
<type>int unsigned</type>
+ <title>Custom Group Created By</title>
<comment>FK to civicrm_contact, who created this custom group</comment>
<add>3.0</add>
</field>
<field>
<name>is_reserved</name>
<type>boolean</type>
+ <title>Reserved Group?</title>
<default>0</default>
<comment>Is this a reserved Custom Group?</comment>
<add>4.4</add>
</field>
</table>
-
-
<field>
<name>id</name>
<type>int unsigned</type>
+ <title>DashletID</title>
<required>true</required>
<add>3.1</add>
</field>
<field>
<name>domain_id</name>
<type>int unsigned</type>
+ <title>Dashlet Domain</title>
<required>true</required>
<pseudoconstant>
<table>civicrm_domain</table>
<field>
<name>label</name>
<type>varchar</type>
+ <title>Dashlet Title</title>
<length>255</length>
<comment>dashlet title</comment>
<localizable>true</localizable>
<field>
<name>url</name>
<type>varchar</type>
+ <title>Dashlet URL</title>
<length>255</length>
<comment>url in case of external dashlet</comment>
<add>3.1</add>
<field>
<name>permission</name>
<type>varchar</type>
+ <title>Dashlet Permission</title>
<length>255</length>
<comment>Permission for the dashlet</comment>
<add>3.1</add>
<field>
<name>permission_operator</name>
<type>varchar</type>
+ <title>Dashlet Permission Operator</title>
<length>3</length>
<comment>Permission Operator</comment>
<add>3.1</add>
<field>
<name>column_no</name>
<type>boolean</type>
+ <title>Dashlet Column</title>
<comment>column no for this dashlet</comment>
<default>0</default>
<add>3.1</add>
<field>
<name>is_minimized</name>
<type>boolean</type>
+ <title>Minimize Dashlet?</title>
<comment>Is Minimized?</comment>
<default>0</default>
<add>3.1</add>
<field>
<name>fullscreen_url</name>
<type>varchar</type>
+ <title>Fullscreen URL</title>
<length>255</length>
<comment>fullscreen url for dashlet</comment>
<add>3.4</add>
<field>
<name>is_fullscreen</name>
<type>boolean</type>
+ <title>Is Fullscreen?</title>
<comment>Is Fullscreen?</comment>
<default>1</default>
<add>3.1</add>
<field>
<name>is_active</name>
<type>boolean</type>
+ <title>Is Dashlet Active?</title>
<comment>Is this dashlet active?</comment>
<default>0</default>
<add>3.1</add>
<field>
<name>is_reserved</name>
<type>boolean</type>
+ <title>Is Dashlet Reserved?</title>
<comment>Is this dashlet reserved?</comment>
<default>0</default>
<add>3.1</add>
<field>
<name>weight</name>
<type>int</type>
+ <title>Dashlet Weight</title>
<comment>Ordering of the dashlets.</comment>
<default>0</default>
<add>3.1</add>
<field>
<name>created_date</name>
<type>datetime</type>
+ <title>Dashlet Created Date</title>
<comment>When was content populated</comment>
<add>3.1</add>
<drop>3.3</drop>
<field>
<name>id</name>
<type>int unsigned</type>
+ <title>Extension ID</title>
<required>true</required>
<comment>Local Extension ID</comment>
<add>4.2</add>
<field>
<name>is_active</name>
<type>boolean</type>
+ <title>Extension is Active?</title>
<default>1</default>
<comment>Is this extension active?</comment>
<add>4.2</add>
<field>
<name>id</name>
<type>int unsigned</type>
+ <title>File ID</title>
<required>true</required>
<comment>Unique ID</comment>
<add>1.5</add>
<field>
<name>file_type_id</name>
<type>int unsigned</type>
+ <title>File Type</title>
<comment>Type of file (e.g. Transcript, Income Tax Return, etc). FK to civicrm_option_value.</comment>
<add>1.5</add>
</field>
<field>
<name>mime_type</name>
<type>varchar</type>
+ <title>Mime Type</title>
<length>255</length>
<comment>mime type of the document</comment>
<add>1.5</add>
<field>
<name>uri</name>
<type>varchar</type>
+ <title>Path</title>
<length>255</length>
<comment>uri of the file on disk</comment>
<add>1.5</add>
<field>
<name>document</name>
<type>mediumblob</type>
+ <title>File Contents</title>
<comment>contents of the document</comment>
<add>1.5</add>
</field>
<field>
<name>description</name>
<type>varchar</type>
+ <title>File Description</title>
<length>255</length>
<comment>Additional descriptive text regarding this attachment (optional).</comment>
<add>1.5</add>
<field>
<name>upload_date</name>
<type>datetime</type>
+ <title>File Upload Date</title>
<comment>Date and time that this attachment was uploaded or written to server.</comment>
<add>1.5</add>
</field>
<field>
<name>email_2_id</name>
<type>int unsigned</type>
+ <title>Email 2</title>
<add>2.0</add>
</field>
<foreignKey>
<field>
<name>phone_2_id</name>
<type>int unsigned</type>
+ <title>Phone 2</title>
<add>2.0</add>
</field>
<foreignKey>
<field>
<name>im_2_id</name>
<type>int unsigned</type>
+ <title>Instant Messenger 2</title>
<add>2.0</add>
</field>
<foreignKey>
<field>
<name>is_active</name>
<type>boolean</type>
+ <title>Financial Type Is Active?</title>
<length>4</length>
<comment>Is this property active?</comment>
<add>1.3</add>
<field>
<name>is_archived</name>
<type>boolean</type>
+ <title>Is Mailing Archived?</title>
<default>0</default>
<comment>Is this mailing archived?</comment>
<html>
<field>
<name>visibility</name>
<type>varchar</type>
+ <title>Mailing Visibility</title>
<length>40</length>
<default>'Public Pages'</default>
<comment>In what context(s) is the mailing contents visible (online viewing)</comment>
<field>
<name>campaign_id</name>
<type>int unsigned</type>
+ <title>Mailing Campaign</title>
<comment>The campaign for which this mailing has been initiated.</comment>
<pseudoconstant>
<table>civicrm_campaign</table>
<field>
<name>dedupe_email</name>
<type>boolean</type>
+ <title>No Duplicate emails?</title>
<default>0</default>
<add>4.1</add>
<comment>Remove duplicate emails?</comment>