Difference between revisions of "Database Table: weekuserusage"
From Dreamwidth Notes
Foxfirefey (Talk | contribs) m (reformat, right category) |
|||
Line 18: | Line 18: | ||
[[Global database]] | [[Global database]] | ||
− | [[Category: Database Tables|weekuserusage]] | + | [[Category: Removed Database Tables|weekuserusage]] |
Revision as of 18:30, 23 August 2009
Definition
CREATE TABLE weekuserusage ( wknum SMALLINT UNSIGNED NOT NULL, userid INT UNSIGNED NOT NULL, PRIMARY KEY (wknum, userid), ubefore SMALLINT UNSIGNED NOT NULL, uafter SMALLINT UNSIGNED NOT NULL )