Merge pull request #16714 from christianwach/lab-1638
[civicrm-core.git] / xml / schema / Contact / GroupContactCache.xml
index f14894a0e35c3cddcb43c0a93a787c2ed11242ab..22e92fd4bd811bb6cb60afef3bab8667b6488b82 100644 (file)
@@ -8,6 +8,7 @@
   <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>
@@ -19,6 +20,7 @@
   </primaryKey>
   <field>
     <name>group_id</name>
+    <title>Group</title>
     <type>int unsigned</type>
     <required>true</required>
     <comment>FK to civicrm_group</comment>
@@ -41,6 +43,7 @@
   </foreignKey>
   <field>
     <name>contact_id</name>
+    <title>Contact ID</title>
     <type>int unsigned</type>
     <required>true</required>
     <comment>FK to civicrm_contact</comment>