Difference between revisions of "Database Table: userpicmap2"
From Dreamwidth Notes
(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...') |
Dreamnestia (Talk | contribs) |
||
Line 1: | Line 1: | ||
− | + | = Definition = | |
− | =Definition= | + | |
<source lang="sql"> | <source lang="sql"> | ||
CREATE TABLE userpicmap2 ( | CREATE TABLE userpicmap2 ( | ||
Line 10: | Line 10: | ||
</source> | </source> | ||
− | =Relationships= | + | = Relationships = |
+ | |||
+ | = Location = | ||
− | |||
[[Clustered database]] | [[Clustered database]] | ||
+ | |||
+ | [[Category: Database Tables|userpicmap2]] |
Revision as of 10:32, 4 April 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) )