Difference between revisions of "Database Table: blobcache"
From Dreamwidth Notes
(Created page with 'blobcache =Definition= <source lang="sql"> CREATE TABLE blobcache ( bckey VARCHAR(40) NOT NULL, PRIMARY KEY (bckey), dateupdate DATETIME, va...') |
Foxfirefey (Talk | contribs) m (reformat, right category) |
||
Line 1: | Line 1: | ||
− | + | = Definition = | |
− | =Definition= | + | |
<source lang="sql"> | <source lang="sql"> | ||
CREATE TABLE blobcache ( | CREATE TABLE blobcache ( | ||
Line 10: | Line 10: | ||
</source> | </source> | ||
− | =Relationships= | + | = Relationships = |
+ | |||
+ | = Location = | ||
− | |||
[[Global database]] | [[Global database]] | ||
+ | |||
+ | [[Category: Database Tables|blobcache]] |
Revision as of 23:28, 25 March 2009
Definition
CREATE TABLE blobcache ( bckey VARCHAR(40) NOT NULL, PRIMARY KEY (bckey), dateupdate DATETIME, VALUE MEDIUMBLOB )