Difference between revisions of "Database Table: usercounter"
From Dreamwidth Notes
Dreamnestia (Talk | contribs) |
Exor674Bot (Talk | contribs) m (Robot: Changing Category:Database Tables) |
||
Line 18: | Line 18: | ||
[[Global database]] | [[Global database]] | ||
− | [[Category: Database Tables|usercounter]] | + | [[Category:Database Tables Needing Conversion|usercounter]] |
Revision as of 14:06, 2 October 2009
See also counter
Definition
CREATE TABLE usercounter ( journalid INT UNSIGNED NOT NULL, area CHAR(1) NOT NULL, PRIMARY KEY (journalid, area), MAX INT UNSIGNED NOT NULL )