Difference between revisions of "Database Table: usermsgproplist"

From Dreamwidth Notes
Jump to: navigation, search
(Created page with 'usermsgproplist =Definition= <source lang="sql"> CREATE TABLE usermsgproplist ( propid SMALLINT UNSIGNED NOT NULL PRIMARY KEY AUTO_INCREMENT, na...')
(No difference)

Revision as of 18:20, 22 March 2009

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

Location

Global database