Database Table: usermsgprop
From Dreamwidth Notes
Revision as of 18:47, 2 October 2009 by Exor674Bot (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) )