Database Table: portal typemap

From Dreamwidth Notes
Revision as of 17:44, 22 March 2009 by SlowSculpture (Talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Definition

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

Relationships

Location

Global database