X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=xml%2Fschema%2FCore%2FCache.xml;h=564a2773292b117051960462feca88bf7ecf1e89;hb=afbf782ac88d90f7c3d0b33c1c45c59991433640;hp=29445f1aa986b8f6acec3992cb96539f75838e02;hpb=1ac142efe8c2d52a034dcd3bdb906347328bba5e;p=civicrm-core.git diff --git a/xml/schema/Core/Cache.xml b/xml/schema/Core/Cache.xml index 29445f1aa9..564a277329 100644 --- a/xml/schema/Core/Cache.xml +++ b/xml/schema/Core/Cache.xml @@ -8,8 +8,10 @@ 2.1 id + Cache ID int unsigned true + Unique table ID 2.1 @@ -18,6 +20,7 @@ group_name + Group Name varchar 32 true @@ -26,6 +29,7 @@ path + Path varchar 255 Unique path name for cache element @@ -49,12 +53,14 @@ data + Data longtext data associated with this path 2.1 component_id + Component ID int unsigned Component that this menu item belongs to 2.1 @@ -75,6 +81,7 @@ created_date + Created Date timestamp CURRENT_TIMESTAMP When was the cache item created @@ -82,6 +89,7 @@ expired_date + Expired Date timestamp NULL false