Merge pull request #14082 from pradpnayak/caseReport
[civicrm-core.git] / xml / schema / Contact / GroupOrganization.xml
index 7d6cfca11d5e4b4279c813f8261151eb2e25a022..938717148faa3eb5084da2ae83abf0c65268deef 100644 (file)
@@ -9,6 +9,7 @@
   <log>true</log>
   <field>
     <name>id</name>
+    <title>Group Organization ID</title>
     <type>int unsigned</type>
     <required>true</required>
     <comment>Relationship ID</comment>
@@ -20,6 +21,7 @@
   </primaryKey>
   <field>
     <name>group_id</name>
+    <title>Group</title>
     <type>int unsigned</type>
     <required>true</required>
     <comment>ID of the group</comment>
@@ -42,6 +44,7 @@
   </foreignKey>
   <field>
     <name>organization_id</name>
+    <title>Organization</title>
     <type>int unsigned</type>
     <required>true</required>
     <comment>ID of the Organization Contact</comment>