Difference between revisions of "Database Table: portal config"
From Dreamwidth Notes
Line 1: | Line 1: | ||
+ | {{Database Table|name=portal_config|table type=clustered|removed=1}} | ||
= 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}} | |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + |
Revision as of 04:36, 30 January 2010
Note: This table is removed and no longer used.
This is a clustered table.
Definition
CREATE TABLE portal_config ( userid INT(10), pboxid SMALLINT, col CHAR(1), sortorder TINYINT, TYPE INT, PRIMARY KEY(userid,pboxid) )