Database Table: userpicmap2

From Dreamwidth Notes
Revision as of 13:24, 2 October 2009 by Exor674Bot (Talk | contribs)

Jump to: navigation, search

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