Merge pull request #8707 from lcdservices/CRM-19079
[civicrm-core.git] / xml / schema / Core / EntityFile.xml
index 373f230f6ea0ad0044653f91c1d7281cca3f73a7..b4a0f2387bbb7464f0ecc0f131913ded772b51f9 100644 (file)
@@ -8,6 +8,7 @@
   <log>true</log>
   <field>
     <name>id</name>
+    <title>Entity File ID</title>
     <type>int unsigned</type>
     <required>true</required>
     <comment>primary key</comment>
@@ -19,6 +20,7 @@
   </primaryKey>
   <field>
     <name>entity_table</name>
+    <title>Entity Table</title>
     <type>varchar</type>
     <length>64</length>
     <comment>physical tablename for entity being joined to file, e.g. civicrm_contact</comment>
@@ -26,6 +28,7 @@
   </field>
   <field>
     <name>entity_id</name>
+    <title>Entity ID</title>
     <type>int unsigned</type>
     <required>true</required>
     <comment>FK to entity table specified in entity_table column.</comment>
@@ -44,6 +47,7 @@
   </index>
   <field>
     <name>file_id</name>
+    <title>File</title>
     <type>int unsigned</type>
     <required>true</required>
     <comment>FK to civicrm_file</comment>