Difference between revisions of "Database Table: userpicmap2"

From Dreamwidth Notes
Jump to: navigation, search
(Created page with 'userpicmap2 =Definition= <source lang="sql"> CREATE TABLE userpicmap2 ( userid int(10) unsigned NOT NULL default '0', kwid int(10) unsigned NOT N...')
(No difference)

Revision as of 18:23, 22 March 2009

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

Location

Clustered database