Database Table: useridmap
From Dreamwidth Notes
Revision as of 15:59, 22 July 2010 by Exor674Bot (Talk | contribs)
This is a global table.
Definition
CREATE TABLE useridmap ( userid INT(10) UNSIGNED NOT NULL, USER CHAR(25) NOT NULL, PRIMARY KEY (userid), UNIQUE KEY USER (USER) )