Difference between revisions of "Database Table: userpicmap2"

From Dreamwidth Notes
Jump to: navigation, search
m (Robot: Converting database table to use semantic mediawiki form.)
m (Robot: Converting database table to use semantic mediawiki form.)
Line 1: Line 1:
{{#set:name=userpicmap2|clustered=true}}
+
{{#set:name=userpicmap2|table type=clustered}}
 
= Definition =
 
= Definition =
  

Revision as of 18:47, 2 October 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