<log>true</log>
<field>
<name>id</name>
+ <title>Profile Field ID</title>
<type>int unsigned</type>
<required>true</required>
<comment>Unique table ID</comment>
</primaryKey>
<field>
<name>uf_group_id</name>
+ <title>Profile ID</title>
<type>int unsigned</type>
<required>true</required>
<comment>Which form does this field belong to.</comment>
</foreignKey>
<field>
<name>field_name</name>
+ <title>Profile Field Name</title>
<type>varchar</type>
<length>64</length>
<required>true</required>
</field>
<field>
<name>is_active</name>
+ <title>Profile Field Is Active</title>
<type>boolean</type>
<default>1</default>
<comment>Is this field currently shareable? If false, hide the field for all sharing contexts.</comment>
</field>
<field>
<name>is_view</name>
+ <title>Profile Is View Only</title>
<type>boolean</type>
<default>0</default>
<comment>the field is view only and not editable in user forms.</comment>
</field>
<field>
<name>is_required</name>
+ <title>Profile Field Is Required</title>
<type>boolean</type>
<default>0</default>
<comment>Is this field required when included in a user or registration form?</comment>
</field>
<field>
<name>weight</name>
+ <title>Profile Field Weight</title>
<type>int</type>
<required>true</required>
<default>1</default>
</field>
<field>
<name>help_post</name>
+ <title>Profile Field Post Help</title>
<type>text</type>
<localizable>true</localizable>
<comment>Description and/or help text to display after this field.</comment>
</field>
<field>
<name>help_pre</name>
+ <title>Profile Field Pre Help</title>
<type>text</type>
<localizable>true</localizable>
<comment>Description and/or help text to display before this field.</comment>
</field>
<field>
<name>visibility</name>
+ <title>Profile Field Visibility</title>
<type>varchar</type>
<length>32</length>
<default>'User and User Admin Only'</default>
</field>
<field>
<name>in_selector</name>
+ <title>Profile Field Is a Filter</title>
<type>boolean</type>
<default>0</default>
<comment>Is this field included as a column in the selector table?</comment>
</field>
<field>
<name>is_searchable</name>
+ <title>Profile Field Is Searchable</title>
<type>boolean</type>
<default>0</default>
<comment>Is this field included search form of profile?</comment>
</field>
<field>
<name>location_type_id</name>
+ <title>Profile Field Location Type</title>
<type>int unsigned</type>
<comment>Location type of this mapping, if required</comment>
<add>1.3</add>
</field>
<field>
<name>phone_type_id</name>
+ <title>Profile Field Phone Type</title>
<type>int unsigned</type>
<comment>Phone Type Id, if required</comment>
<add>2.2</add>
</field>
<field>
<name>website_type_id</name>
+ <title>Profile Field Website Type</title>
<type>int unsigned</type>
<comment>Website Type Id, if required</comment>
<add>4.5</add>
</field>
<field>
<name>label</name>
+ <title>Profile Field Label</title>
<type>varchar</type>
<length>255</length>
<required>true</required>
</field>
<field>
<name>field_type</name>
+ <title>Profile Field Type</title>
<type>varchar</type>
<length>255</length>
<comment>This field saves field type (ie individual,household.. field etc).</comment>
</field>
<field>
<name>is_reserved</name>
+ <title>Profile Field Is Reserved</title>
<type>boolean</type>
<comment>Is this field reserved for use by some other CiviCRM functionality?</comment>
<add>3.0</add>
</field>
<field>
<name>is_multi_summary</name>
+ <title>Profile Field Supports Multiple</title>
<type>boolean</type>
<default>0</default>
<comment>Include in multi-record listing?</comment>
</field>
<index>
<name>IX_website_type_id</name>
+ <title>Profile Field Website Type</title>
<fieldName>website_type_id</fieldName>
<add>4.5</add>
</index>