Merge pull request #22680 from mattwire/paymentstatushelpers
[civicrm-core.git] / xml / schema / Contact / GroupContactCache.xml
index f14894a0e35c3cddcb43c0a93a787c2ed11242ab..991a709d75ea4d214dd70ff3b78d3e587f71a147 100644 (file)
@@ -8,9 +8,13 @@
   <add>2.1</add>
   <field>
     <name>id</name>
+    <title>Group Contact Cache ID</title>
     <type>int unsigned</type>
     <required>true</required>
     <comment>primary key</comment>
+    <html>
+      <type>Number</type>
+    </html>
     <add>2.1</add>
   </field>
   <primaryKey>
@@ -19,6 +23,7 @@
   </primaryKey>
   <field>
     <name>group_id</name>
+    <title>Group ID</title>
     <type>int unsigned</type>
     <required>true</required>
     <comment>FK to civicrm_group</comment>
@@ -30,6 +35,7 @@
     </pseudoconstant>
     <html>
       <type>Select</type>
+      <label>Group</label>
     </html>
   </field>
   <foreignKey>
   </foreignKey>
   <field>
     <name>contact_id</name>
+    <title>Contact ID</title>
     <type>int unsigned</type>
     <required>true</required>
     <comment>FK to civicrm_contact</comment>
+    <html>
+      <label>Contact</label>
+    </html>
     <add>2.1</add>
   </field>
   <foreignKey>