Difference between revisions of "Database Table: portal config"
From Dreamwidth Notes
(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...') |
Dreamnestia (Talk | contribs) |
||
Line 1: | Line 1: | ||
− | + | = Definition = | |
− | =Definition= | + | |
<source lang="sql"> | <source lang="sql"> | ||
CREATE TABLE portal_config ( | CREATE TABLE portal_config ( | ||
Line 12: | Line 12: | ||
</source> | </source> | ||
− | =Relationships= | + | = Relationships = |
+ | |||
+ | = Location = | ||
− | |||
[[Clustered database]] | [[Clustered database]] | ||
+ | |||
+ | [[Category: Database Tables|portal_config]] |
Revision as of 11:22, 2 April 2009
Definition
CREATE TABLE portal_config ( userid INT(10), pboxid SMALLINT, col CHAR(1), sortorder TINYINT, TYPE INT, PRIMARY KEY(userid,pboxid) )