Merge pull request #9864 from PalanteJon/CRM-19977
[civicrm-core.git] / xml / schema / ACL / Cache.xml
index 52f34f9b466ed83903d6816f20424cce59b223d2..d73ea8a08a583363516aae81d92e4d05af3c7595 100644 (file)
@@ -8,6 +8,7 @@
   <add>1.6</add>
   <field>
     <name>id</name>
+    <title>Cache ID</title>
     <type>int unsigned</type>
     <required>true</required>
     <comment>Unique table ID</comment>
@@ -19,6 +20,7 @@
   </primaryKey>
   <field>
     <name>contact_id</name>
+    <title>Cache Contact</title>
     <type>int unsigned</type>
     <comment>Foreign Key to Contact</comment>
     <add>1.6</add>
@@ -32,6 +34,7 @@
   </foreignKey>
   <field>
     <name>acl_id</name>
+    <title>Cache ACL</title>
     <type>int unsigned</type>
     <required>true</required>
     <comment>Foreign Key to ACL</comment>
@@ -51,7 +54,9 @@
   </index>
   <field>
     <name>modified_date</name>
-    <type>date</type>
+    <title>Cache Modified Date</title>
+    <type>timestamp</type>
+    <required>false</required>
     <comment>When was this cache entry last modified</comment>
     <add>1.6</add>
   </field>