Difference between revisions of "Database Table: active user"
From Dreamwidth Notes
Foxfirefey (Talk | contribs) m (reformat, right category) |
Foxfirefey (Talk | contribs) m |
||
Line 15: | Line 15: | ||
= Location = | = Location = | ||
− | Clustered db | + | [[Clustered db]] |
[[Category: Database Tables|active_user]] | [[Category: Database Tables|active_user]] |
Revision as of 20:29, 26 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) )