Difference between revisions of "Database Table: active user"
From Dreamwidth Notes
Foxfirefey (Talk | contribs) m |
Dreamnestia (Talk | contribs) |
||
Line 15: | Line 15: | ||
= Location = | = Location = | ||
− | [[Clustered | + | [[Clustered database]] |
[[Category: Database Tables|active_user]] | [[Category: Database Tables|active_user]] |
Revision as of 11:55, 31 March 2009
Definition
CREATE TABLE active_user ( userid INT UNSIGNED NOT NULL, TYPE CHAR(1) NOT NULL, TIME INT UNSIGNED NOT NULL, KEY (userid), KEY (TIME) )