Database Table: active user

From Dreamwidth Notes
Revision as of 20:29, 26 March 2009 by Foxfirefey (Talk | contribs)

Jump to: navigation, search

Definition

CREATE TABLE active_user (
   userid INT UNSIGNED NOT NULL,
   TYPE   CHAR(1) NOT NULL,
   TIME   INT UNSIGNED NOT NULL,
   KEY (userid),
   KEY (TIME)
)

Relationships

Location

Clustered db