CRM-15735 fix - Update payment status for pay-later membership renewal ignores Receiv...
[civicrm-core.git] / xml / schema / Core / File.xml
index d7b8f7d8767ae8a53325d22137fac10091e01394..b11c3da0f600a0a7c6efc809550c96d75ff057c6 100644 (file)
@@ -4,14 +4,13 @@
   <base>CRM/Core</base>
   <class>File</class>
   <name>civicrm_file</name>
-  <comment>Data store for uploaded (attached) files (pointer to file on disk OR blob). Maybe be joined to entities via
-    custom_value.file_id or entity_file table.
-  </comment>
+  <comment>Data store for uploaded (attached) files (pointer to file on disk OR blob). Maybe be joined to entities via custom_value.file_id or entity_file table.</comment>
   <add>1.5</add>
   <log>true</log>
   <field>
     <name>id</name>
     <type>int unsigned</type>
+    <title>File ID</title>
     <required>true</required>
     <comment>Unique ID</comment>
     <add>1.5</add>
   <field>
     <name>file_type_id</name>
     <type>int unsigned</type>
+    <title>File Type</title>
     <comment>Type of file (e.g. Transcript, Income Tax Return, etc). FK to civicrm_option_value.</comment>
     <add>1.5</add>
   </field>
   <field>
     <name>mime_type</name>
     <type>varchar</type>
+    <title>Mime Type</title>
     <length>255</length>
     <comment>mime type of the document</comment>
     <add>1.5</add>
@@ -36,6 +37,7 @@
   <field>
     <name>uri</name>
     <type>varchar</type>
+    <title>Path</title>
     <length>255</length>
     <comment>uri of the file on disk</comment>
     <add>1.5</add>
   <field>
     <name>document</name>
     <type>mediumblob</type>
+    <title>File Contents</title>
     <comment>contents of the document</comment>
     <add>1.5</add>
   </field>
   <field>
     <name>description</name>
     <type>varchar</type>
+    <title>File Description</title>
     <length>255</length>
     <comment>Additional descriptive text regarding this attachment (optional).</comment>
     <add>1.5</add>
@@ -56,6 +60,7 @@
   <field>
     <name>upload_date</name>
     <type>datetime</type>
+    <title>File Upload Date</title>
     <comment>Date and time that this attachment was uploaded or written to server.</comment>
     <add>1.5</add>
   </field>