Merge pull request #3915 from eileenmcnaughton/CRM-15168
[civicrm-core.git] / xml / schema / Core / UFMatch.xml
index 3ecebaa7559442178edf62b4bd2a44ed5a78f9b3..a4481d27fd098f81319f101bb97f728c25241b52 100644 (file)
@@ -9,6 +9,7 @@
   <log>true</log>
   <field>
       <name>id</name>
+      <title>UF Match ID</title>
       <type>int unsigned</type>
       <required>true</required>
       <comment>System generated ID.</comment>
   </primaryKey>
   <field>
       <name>domain_id</name>
+      <title>UF Match Domain ID</title>
       <type>int unsigned</type>
       <required>true</required>
       <comment>Which Domain is this match entry for</comment>
+      <pseudoconstant>
+          <table>civicrm_domain</table>
+          <keyColumn>id</keyColumn>
+          <labelColumn>name</labelColumn>
+      </pseudoconstant>
       <add>3.0</add>
   </field>
   <foreignKey>
@@ -33,6 +40,7 @@
   </foreignKey>
   <field>
        <name>uf_id</name>
+       <title>CMS ID</title>
        <type>int unsigned</type>
        <required>true</required>
        <comment>UF ID</comment>
   </index>
   <field>
        <name>uf_name</name>
+       <title>CMS Unique Identifier</title>
        <type>varchar</type>
        <length>128</length>
        <comment>UF Name</comment>
        <add>1.9.kabissa</add>
   </field>
   <field>
-       <name>contact_id</name>
+      <name>contact_id</name>
+      <title>CiviCRM Contact ID</title>
       <type>int unsigned</type>
       <comment>FK to Contact ID</comment>
       <add>1.1</add>
@@ -74,6 +84,7 @@
   </field>
   <field>
     <name>language</name>
+    <title>Preferred Language</title>
     <type>varchar</type>
     <length>5</length>
     <comment>UI language preferred by the given user/contact</comment>