Difference between revisions of "Database Table: portal config"

From Dreamwidth Notes
Jump to: navigation, search
(Created page with 'portal_config =Definition= <source lang="sql"> CREATE TABLE portal_config ( userid INT(10), pboxid SMALLINT, col CHAR(1), sortorder TINYINT, type INT...')
 
 
(5 intermediate revisions by 4 users not shown)
Line 1: Line 1:
[[Category: Database Table|portal_config]]
+
{{Database Table|name=portal_config|table type=global|repo=dw-free|removed=1|removed in=927e88ec3a0e}}
=Definition=
+
= Definition =
 
<source lang="sql">
 
<source lang="sql">
 
CREATE TABLE portal_config (
 
CREATE TABLE portal_config (
Line 11: Line 11:
 
)
 
)
 
</source>
 
</source>
 
+
{{Database Table Footer|removed=1}}
=Relationships=
+
 
+
=Location=
+
[[Clustered database]]
+

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_config (
userid INT(10),
pboxid SMALLINT,
col CHAR(1),
sortorder TINYINT,
TYPE INT,
PRIMARY KEY(userid,pboxid)
)