Database Table: userprop
From Dreamwidth Notes
Revision as of 18:23, 22 March 2009 by SlowSculpture (Talk | contribs)
Definition
CREATE TABLE userprop ( userid INT(10) UNSIGNED NOT NULL DEFAULT '0', upropid SMALLINT(5) UNSIGNED NOT NULL DEFAULT '0', VALUE VARCHAR(60) DEFAULT NULL, PRIMARY KEY (userid,upropid), KEY (upropid,VALUE) )