Database Table: random user set

From Dreamwidth Notes
Revision as of 18:46, 2 October 2009 by Exor674Bot (Talk | contribs)

Jump to: navigation, search

Definition

CREATE TABLE random_user_set (
  posttime INT UNSIGNED NOT NULL,
  userid INT UNSIGNED NOT NULL,
  PRIMARY KEY (posttime)
)

Relationships