Difference between revisions of "Database Table: blobcache"
From Dreamwidth Notes
Exor674Bot (Talk | contribs) m (Robot: Updating: Format, type) |
|||
Line 1: | Line 1: | ||
− | {{Database Table|name=blobcache|table type= | + | {{Database Table|name=blobcache|table type=global|need desc=1|repo=dw-free}} |
= Definition = | = Definition = | ||
<source lang="sql"> | <source lang="sql"> |
Latest revision as of 18:16, 4 December 2012
This is a global table.
Definition
CREATE TABLE blobcache ( bckey VARCHAR(40) NOT NULL, PRIMARY KEY (bckey), dateupdate DATETIME, VALUE MEDIUMBLOB )