Difference between revisions of "Database Table: notifytypelist"

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

Revision as of 17:33, 22 March 2009

Definition

CREATE TABLE notifytypelist (
  ntypeid   SMALLINT UNSIGNED NOT NULL PRIMARY KEY AUTO_INCREMENT,
  class     VARCHAR(100),
  UNIQUE (class)
)

Relationships

Location

Global database