Database Table: usermsgprop
From Dreamwidth Notes
Revision as of 10:43, 4 April 2009 by Dreamnestia (Talk | contribs)
Definition
CREATE TABLE usermsgprop ( journalid INT UNSIGNED NOT NULL, msgid INT UNSIGNED NOT NULL, propid SMALLINT UNSIGNED NOT NULL, propval VARCHAR(255) NOT NULL, PRIMARY KEY (journalid,msgid,propid) )