'MembershipBlock', 'MembershipPayment', 'MessageTemplate',
'MembershipType', 'OptionGroup', 'OptionValue', 'MembershipStatus',
'ParticipantPayment', 'ParticipantStatusType', 'PledgePayment',
- 'Premium', 'PriceSet', 'PriceFieldValue', 'PriceField', 'PaymentProcessorType', 'PaymentProcessor',
+ 'Premium', 'PaymentProcessorType', 'PaymentProcessor',
'PrintLabel', 'Product', 'ReportTemplate',
'Setting',);
if ($sequential === TRUE) {
<log>true</log>
<field>
<name>id</name>
+ <title>Price Field ID</title>
<type>int unsigned</type>
<required>true</required>
<comment>Price Field</comment>
</primaryKey>
<field>
<name>price_set_id</name>
+ <title>Price Set</title>
<type>int unsigned</type>
<required>true</required>
<comment>FK to civicrm_price_set</comment>
</field>
<field>
<name>is_enter_qty</name>
+ <title>Price Field Quantity Required?</title>
<type>boolean</type>
<default>0</default>
<comment>Enter a quantity for this field?</comment>
</field>
<field>
<name>help_pre</name>
+ <title>Price Field Pre Text</title>
<type>text</type>
<localizable>true</localizable>
<comment>Description and/or help text to display before this field.</comment>
</field>
<field>
<name>help_post</name>
+ <title>Price Field Post Test</title>
<type>text</type>
<localizable>true</localizable>
<comment>Description and/or help text to display after this field.</comment>
</field>
<field>
<name>weight</name>
+ <title>Price Field Weight</title>
<type>int</type>
<default>1</default>
<comment>Order in which the fields should appear</comment>
</field>
<field>
<name>is_display_amounts</name>
+ <title>Price Field Show Amounts?</title>
<type>boolean</type>
<default>1</default>
<comment>Should the price be displayed next to the label for each option?</comment>
</field>
<field>
<name>options_per_line</name>
+ <title>Price Field Options per Row</title>
<type>int unsigned</type>
<default>1</default>
<comment>number of options per line for checkbox and radio</comment>
</field>
<field>
<name>is_active</name>
+ <title>Price Field Is Active?</title>
<type>boolean</type>
<comment>Is this price field active</comment>
<default>1</default>
</field>
<field>
<name>is_required</name>
+ <title>Price Field is Required?</title>
<type>boolean</type>
<comment>Is this price field required (value must be > 1)</comment>
<default>1</default>
</field>
<field>
<name>active_on</name>
+ <title>Price Field Start Date</title>
<type>datetime</type>
<default>NULL</default>
<comment>If non-zero, do not show this field before the date specified</comment>
</field>
<field>
<name>expire_on</name>
+ <title>Price Field End Date</title>
<type>datetime</type>
<default>NULL</default>
<comment>If non-zero, do not show this field after the date specified</comment>
</field>
<field>
<name>javascript</name>
+ <title>Price Field Javascript</title>
<type>varchar</type>
<length>255</length>
<comment>Optional scripting attributes for field</comment>
</field>
<field>
<name>visibility_id</name>
+ <title>Price Field Visibility</title>
<type>int unsigned</type>
<default>1</default>
<comment>Implicit FK to civicrm_option_group with name = \'visibility\'</comment>
<add>3.3</add>
<field>
<name>id</name>
+ <title>Price Field Value ID</title>
<type>int unsigned</type>
<required>true</required>
<comment>Price Field Value</comment>
</primaryKey>
<field>
<name>price_field_id</name>
+ <title>Price Field</title>
<type>int unsigned</type>
<required>true</required>
<comment>FK to civicrm_price_field</comment>
</field>
<field>
<name>membership_type_id</name>
+ <title>Membership Type</title>
<type>int unsigned</type>
<default>NULL</default>
<comment>FK to Membership Type</comment>
</field>
<field>
<name>is_default</name>
+ <title>Is Default Price Field Option?</title>
<type>boolean</type>
<comment>Is this default price field option</comment>
<default>0</default>
</field>
<field>
<name>is_active</name>
+ <title>Price Field Value is Active</title>
<type>boolean</type>
<comment>Is this price field value active</comment>
<default>1</default>
<log>true</log>
<field>
<name>id</name>
+ <title>Price Set ID</title>
<type>int unsigned</type>
<required>true</required>
<comment>Price Set</comment>
</primaryKey>
<field>
<name>domain_id</name>
+ <title>Price Set Domain</title>
<type>int unsigned</type>
<pseudoconstant>
<table>civicrm_domain</table>
</index>
<field>
<name>title</name>
+ <title>Price Set Title</title>
<type>varchar</type>
<length>255</length>
<required>true</required>
</field>
<field>
<name>is_active</name>
+ <title>Price Set Is Active?</title>
<type>boolean</type>
<default>1</default>
<comment>Is this price set active</comment>
</field>
<field>
<name>help_pre</name>
+ <title>Price Set Pre Help</title>
<type>text</type>
<localizable>true</localizable>
<comment>Description and/or help text to display before fields in form.</comment>
</field>
<field>
<name>help_post</name>
+ <title>Price Set Post Help</title>
<type>text</type>
<localizable>true</localizable>
<comment>Description and/or help text to display after fields in form.</comment>
</field>
<field>
<name>javascript</name>
+ <title>Price Set Javascript</title>
<type>varchar</type>
<length>64</length>
<comment>Optional Javascript script function(s) included on the form with this price_set. Can be used for conditional</comment>
</field>
<field>
<name>extends</name>
+ <title>Price Set Extends</title>
<type>varchar</type>
<length>255</length>
<required>true</required>
</field>
<field>
<name>contribution_type_id</name>
+ <title>Price Set Contribution Type</title>
<type>int unsigned</type>
<default>NULL</default>
<comment>FK to Contribution Type(for membership price sets only).</comment>
</foreignKey>
<field>
<name>is_quick_config</name>
+ <title>Is Price Set Quick Config?</title>
<type>boolean</type>
<default>0</default>
<comment>Is set if edited on Contribution or Event Page rather than through Manage Price Sets</comment>
</field>
<field>
<name>is_reserved</name>
+ <title>Price Set Is Reserved</title>
<type>boolean</type>
<default>0</default>
<comment>Is this a predefined system price set (i.e. it can not be deleted, edited)?</comment>