Difference between revisions of "Database Table: portal box prop"
From Dreamwidth Notes
Exor674Bot (Talk | contribs) (Robot: Updating: Format, needs desc) |
|||
Line 1: | Line 1: | ||
− | {{Database Table|name=portal_box_prop|table type=global|removed=1}} | + | {{Database Table|name=portal_box_prop|table type=global|repo=dw-free|removed=1}} |
= Definition = | = Definition = | ||
<source lang="sql"> | <source lang="sql"> |
Revision as of 15:54, 22 July 2010
Note: This table is removed and no longer used.
This is a global table.
Definition
CREATE TABLE portal_box_prop ( userid INT(10), pboxid SMALLINT, ppropid SMALLINT, propvalue VARCHAR(255) BINARY, PRIMARY KEY(userid, pboxid, ppropid) )