Database Table: portal_typemap

From Dreamwidth Notes
Revision as of 04:19, 30 January 2010 by Exor674 (Talk | contribs)

Jump to: navigation, search

Note: This table is removed and no longer used.
This is a global table.

Definition

CREATE TABLE portal_typemap (
id SMALLINT UNSIGNED AUTO_INCREMENT NOT NULL,
class_name VARCHAR(255),
PRIMARY KEY (id),
UNIQUE (class_name)
)