Difference between revisions of "Database Table: uniqmap"
From Dreamwidth Notes
Dreamnestia (Talk | contribs) |
Exor674Bot (Talk | contribs) m (Robot: Converting database table to use semantic mediawiki form.) |
||
Line 1: | Line 1: | ||
+ | {{#set:name=uniqmap|clustered=false}} | ||
= Definition = | = Definition = | ||
Line 12: | Line 13: | ||
</source> | </source> | ||
− | + | {{Database Table Footer}} | |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + |
Revision as of 13:23, 2 October 2009
Definition
CREATE TABLE uniqmap ( uniq VARCHAR(15) NOT NULL, userid INT UNSIGNED NOT NULL, modtime INT UNSIGNED NOT NULL, PRIMARY KEY (userid, uniq), INDEX(userid, modtime), INDEX(uniq, modtime) )