Difference between revisions of "Database Table: usermsgtext"

From Dreamwidth Notes
Jump to: navigation, search
(Created page with 'usermsgtext =Definition= <source lang="sql"> CREATE TABLE usermsgtext ( journalid INT UNSIGNED NOT NULL, msgid INT UNSIGNED NOT NULL, ...')
(No difference)

Revision as of 18:20, 22 March 2009

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

Location

Clustered database