Difference between revisions of "Database Table: notifytypelist"

From Dreamwidth Notes
Jump to: navigation, search
m
m (Robot: Changing Category:Database Tables)
Line 1: Line 1:
 
 
= Definition =
 
= Definition =
  
Line 16: Line 15:
 
[[Global database]]
 
[[Global database]]
  
[[Category: Database Tables|notifytypelist]]
+
[[Category:Database Tables Needing Conversion|notifytypelist]]

Revision as of 14:04, 2 October 2009

Definition

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

Relationships

Location

Global database