Difference between revisions of "Database Table: usersearch packdata"
From Dreamwidth Notes
(Created page with 'usersearch_packdata =Definition= <source lang="sql"> CREATE TABLE usersearch_packdata ( userid INT UNSIGNED NOT NULL PRIMARY KEY, packed ...') |
Dreamnestia (Talk | contribs) |
||
Line 1: | Line 1: | ||
− | + | = Definition = | |
− | =Definition= | + | |
<source lang="sql"> | <source lang="sql"> | ||
CREATE TABLE usersearch_packdata ( | CREATE TABLE usersearch_packdata ( | ||
Line 12: | Line 12: | ||
</source> | </source> | ||
− | =Relationships= | + | = Relationships = |
+ | |||
+ | = Location = | ||
− | |||
[[Global database]] | [[Global database]] | ||
+ | |||
+ | [[Category: Database Tables|usersearch_packdata]] |
Revision as of 10:34, 4 April 2009
Definition
CREATE TABLE usersearch_packdata ( userid INT UNSIGNED NOT NULL PRIMARY KEY, packed CHAR(8) BINARY, mtime INT UNSIGNED NOT NULL, good_until INT UNSIGNED, INDEX (mtime), INDEX (good_until) )