Difference between revisions of "Database Table: portal typemap"

From Dreamwidth Notes
Jump to: navigation, search
(Robot: Updating: Format, needs desc)
 
Line 1: Line 1:
{{Database Table|name=portal_typemap|table type=global|repo=dw-free|removed=1}}
+
{{Database Table|name=portal_typemap|table type=global|repo=dw-free|removed=1|removed in=927e88ec3a0e}}
 
= Definition =
 
= Definition =
 
<source lang="sql">
 
<source lang="sql">

Latest revision as of 16:29, 22 July 2010

Note: This table is removed and no longer used. This table was removed in dw-free changeset 927e88ec3a0e [1]
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)
)