Difference between revisions of "Database Table: weekuserusage"
From Dreamwidth Notes
Line 1: | Line 1: | ||
+ | Removed in [http://bugs.dwscoalition.org/show_bug.cgi?id=138 bug 138] | ||
+ | |||
= Definition = | = Definition = | ||
Revision as of 19:03, 23 August 2009
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 )