Database Table: portal_box_prop

From Dreamwidth Notes
Revision as of 16:29, 22 July 2010 by Exor674 (Talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

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_box_prop (
userid INT(10),
pboxid SMALLINT,
ppropid SMALLINT,
propvalue VARCHAR(255) BINARY,
PRIMARY KEY(userid, pboxid, ppropid)
)