Database Table: notifytypelist
From Dreamwidth Notes
This is a global table.
Definition
CREATE TABLE notifytypelist ( ntypeid SMALLINT UNSIGNED NOT NULL PRIMARY KEY AUTO_INCREMENT, class VARCHAR(100), UNIQUE (class) )