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...')
 
m
Line 1: Line 1:
[[Category: Database Table|notifytypelist]]
+
 
=Definition=
+
= Definition =
 +
 
 
<source lang="sql">
 
<source lang="sql">
 
CREATE TABLE notifytypelist (
 
CREATE TABLE notifytypelist (
Line 9: Line 10:
 
</source>
 
</source>
  
=Relationships=
+
= Relationships =
 +
 
 +
= Location =
  
=Location=
 
 
[[Global database]]
 
[[Global database]]
 +
 +
[[Category: Database Tables|notifytypelist]]

Revision as of 20:15, 31 March 2009

Definition

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

Relationships

Location

Global database