Merge pull request #17130 from jitendrapurohit/mail-62
[civicrm-core.git] / xml / schema / Core / Cache.xml
index 29445f1aa986b8f6acec3992cb96539f75838e02..564a2773292b117051960462feca88bf7ecf1e89 100644 (file)
@@ -8,8 +8,10 @@
   <add>2.1</add>
   <field>
     <name>id</name>
+    <title>Cache ID</title>
     <type>int unsigned</type>
     <required>true</required>
+    <comment>Unique table ID</comment>
     <add>2.1</add>
   </field>
   <primaryKey>
@@ -18,6 +20,7 @@
   </primaryKey>
   <field>
     <name>group_name</name>
+    <title>Group Name</title>
     <type>varchar</type>
     <length>32</length>
     <required>true</required>
@@ -26,6 +29,7 @@
   </field>
   <field>
     <name>path</name>
+    <title>Path</title>
     <type>varchar</type>
     <length>255</length>
     <comment>Unique path name for cache element</comment>
   </index>
   <field>
     <name>data</name>
+    <title>Data</title>
     <type>longtext</type>
     <comment>data associated with this path</comment>
     <add>2.1</add>
   </field>
   <field>
     <name>component_id</name>
+    <title>Component ID</title>
     <type>int unsigned</type>
     <comment>Component that this menu item belongs to</comment>
     <add>2.1</add>
@@ -75,6 +81,7 @@
   </foreignKey>
   <field>
     <name>created_date</name>
+    <title>Created Date</title>
     <type>timestamp</type>
     <default>CURRENT_TIMESTAMP</default>
     <comment>When was the cache item created</comment>
@@ -82,6 +89,7 @@
   </field>
   <field>
     <name>expired_date</name>
+    <title>Expired Date</title>
     <type>timestamp</type>
     <default>NULL</default>
     <required>false</required>