Database Table: usermsgtext

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

Jump to: navigation, search

Definition

CREATE TABLE usermsgtext (
  journalid    INT UNSIGNED NOT NULL,
  msgid        INT UNSIGNED NOT NULL,
  subject      VARCHAR(255) BINARY,
  body         BLOB NOT NULL,
  PRIMARY KEY  (journalid,msgid)
)

Relationships