Difference between revisions of "Database Table: portal box prop"

From Dreamwidth Notes
Jump to: navigation, search
 
(3 intermediate revisions by 3 users not shown)
Line 1: Line 1:
 +
{{Database Table|name=portal_box_prop|table type=global|repo=dw-free|removed=1|removed in=927e88ec3a0e}}
 
= Definition =
 
= Definition =
 
 
<source lang="sql">
 
<source lang="sql">
 
CREATE TABLE portal_box_prop (
 
CREATE TABLE portal_box_prop (
Line 10: Line 10:
 
)
 
)
 
</source>
 
</source>
 
+
{{Database Table Footer|removed=1}}
= Relationships =
+
 
+
= Location =
+
 
+
[[Clustered database]]
+
 
+
[[Category: Database Tables|portal_box_prop]]
+

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