Add html tag to all files in xml/schema
[civicrm-core.git] / xml / schema / Price / PriceFieldValue.xml
index 74c649b916729353fbeecdde983ae791901cbbc0..af9c783dd65ca77ed843554fd1377fcd7818a81e 100644 (file)
@@ -5,12 +5,16 @@
   <class>PriceFieldValue</class>
   <name>civicrm_price_field_value</name>
   <add>3.3</add>
+  <component>CiviContribute</component>
   <field>
     <name>id</name>
     <title>Price Field Value ID</title>
     <type>int unsigned</type>
     <required>true</required>
     <comment>Price Field Value</comment>
+    <html>
+      <type>Number</type>
+    </html>
     <add>3.3</add>
   </field>
   <primaryKey>
     <title>Name</title>
     <length>255</length>
     <comment>Price field option name</comment>
-    <required>true</required>
     <html>
       <type>Text</type>
     </html>
     <add>3.3</add>
+    <default>NULL</default>
   </field>
   <field>
     <name>label</name>
     <length>255</length>
     <localizable>true</localizable>
     <comment>Price field option label</comment>
-    <required>true</required>
     <html>
       <type>Text</type>
     </html>
     <add>3.3</add>
+    <default>NULL</default>
   </field>
   <field>
     <name>description</name>