add pseudoconstants for domain_id
[civicrm-core.git] / xml / schema / Member / MembershipType.xml
index 423b43bc86a38922a64f2ef0dad3c673e6eebba8..ef26a62a5290b26206c13cc401aca5eb27b8ba9f 100644 (file)
     <name>domain_id</name>
     <type>int unsigned</type>
     <required>true</required>
+    <pseudoconstant>
+      <table>civicrm_domain</table>
+      <keyColumn>id</keyColumn>
+      <labelColumn>name</labelColumn>
+    </pseudoconstant>
     <comment>Which Domain is this match entry for</comment>
     <add>3.0</add>
   </field>