Difference between revisions of "Database Table: notifytypelist"

From Dreamwidth Notes
Jump to: navigation, search
m (Robot: Changing Category:Database Tables)
Line 1: Line 1:
 +
{{#set:name=notifytypelist|table tyle=global}}
 
= Definition =
 
= Definition =
  
Line 8: Line 9:
 
)
 
)
 
</source>
 
</source>
 
+
{{Database Table Footer}}
= Relationships =
+
 
+
= Location =
+
 
+
[[Global database]]
+
 
+
[[Category:Database Tables Needing Conversion|notifytypelist]]
+

Revision as of 18:58, 5 October 2009

Definition

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

Relationships