Database Table: active user

From Dreamwidth Notes
Revision as of 11:55, 31 March 2009 by Dreamnestia (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 database