Database Table: weekuserusage
From Dreamwidth Notes
Revision as of 19:03, 23 August 2009 by 68.17.171.105 (Talk)
Removed in bug 138
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 )