Merge pull request #12899 from eileenmcnaughton/recur_tpl
[civicrm-core.git] / xml / schema / Core / UFJoin.xml
index c3add7f1366551289e0f308edda259d520cb03e1..368a3e0c0a3070fc2119c52fda6693076374b047 100644 (file)
@@ -42,6 +42,9 @@
     <type>varchar</type>
     <length>64</length>
     <comment>Name of table where item being referenced is stored. Modules which only need a single collection of uf_join instances may choose not to populate entity_table and entity_id.</comment>
+    <pseudoconstant>
+      <callback>CRM_Core_BAO_UFJoin::entityTables</callback>
+    </pseudoconstant>
     <add>1.3</add>
   </field>
   <field>
     <title>Profile Use Data</title>
     <type>longtext</type>
     <comment>Json serialized array of data used by the ufjoin.module</comment>
+    <serialize>JSON</serialize>
     <add>4.5</add>
   </field>
 </table>