Database Table: usermsgproplist

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

Jump to: navigation, search

Definition

CREATE TABLE usermsgproplist (
  propid  SMALLINT UNSIGNED NOT NULL PRIMARY KEY AUTO_INCREMENT,
  name    VARCHAR(255) DEFAULT NULL,
  des     VARCHAR(255) DEFAULT NULL,
  UNIQUE KEY (name)
)

Relationships