Database Table: usermsgprop

From Dreamwidth Notes
Revision as of 18:20, 22 March 2009 by SlowSculpture (Talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

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)
)

Relationships

Location

Clustered database