Database Table: userpicmap2

From Dreamwidth Notes
Revision as of 21:15, 15 October 2010 by Exor674Bot (Talk | contribs)

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

This is a clustered table. Deprecated: Moving over to the userpicmap3 table.

Definition

CREATE TABLE userpicmap2 (
    userid INT(10) UNSIGNED NOT NULL DEFAULT '0',
    kwid INT(10) UNSIGNED NOT NULL DEFAULT '0',
    picid INT(10) UNSIGNED NOT NULL DEFAULT '0',
 
    PRIMARY KEY  (userid, kwid)
)

Relationships