Difference between revisions of "Database Table: userproplite2"

From Dreamwidth Notes
Jump to: navigation, search
m (reformat)
m (Robot: Changing Category:Database Tables)
Line 20: Line 20:
 
[[Clustered database]]
 
[[Clustered database]]
  
[[Category: Database Tables|userproplite2]]
+
[[Category:Database Tables Needing Conversion|userproplite2]]

Revision as of 14:06, 2 October 2009

This table is used to store multihomed userprops on the clustered database. It represents the same dataset as userprop, but blank values are saved as empty strings in userproplite2, and discarded from userprop.

Definition

userid INT(10) UNSIGNED NOT NULL DEFAULT '0',
upropid SMALLINT(5) UNSIGNED NOT NULL DEFAULT '0',
VALUE VARCHAR(255) DEFAULT NULL,
PRIMARY KEY  (userid,upropid),
KEY (upropid)

Relationships

Location

Clustered database