Difference between revisions of "Database Table: portal config"

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

Revision as of 15:56, 22 July 2010

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

Definition

CREATE TABLE portal_config (
userid INT(10),
pboxid SMALLINT,
col CHAR(1),
sortorder TINYINT,
TYPE INT,
PRIMARY KEY(userid,pboxid)
)