Database Table: externaluserinfo
From Dreamwidth Notes
Revision as of 20:57, 19 September 2011 by Exor674Bot (Talk | contribs)
This is a global table.
Definition
CREATE TABLE externaluserinfo ( site INT UNSIGNED NOT NULL, USER VARCHAR(50) NOT NULL, LAST INT UNSIGNED, TYPE CHAR(1), PRIMARY KEY (site, USER) )