Merge pull request #8942 from francescbassas/patch-6
[civicrm-core.git] / xml / schema / Core / OptionGroup.xml
index 1da22f5b5cfa73b065c6a1c934bf2c3f209500fd..013e76dde9886221f95b92e27156a6c66ec5776e 100644 (file)
     <comment>Option group description.</comment>
     <add>1.5</add>
   </field>
+  <field>
+    <name>data_type</name>
+    <title>Data Type for this option group</title>
+    <type>varchar</type>
+    <length>128</length>
+    <comment>Option group description.</comment>
+    <pseudoconstant>
+      <callback>CRM_Utils_Type::dataTypes</callback>
+    </pseudoconstant>
+    <add>4.7</add>
+  </field>
   <field>
     <name>is_reserved</name>
     <title>Option Group Is Reserved?</title>