Database Table: openid external
From Dreamwidth Notes
Revision as of 17:34, 22 March 2009 by SlowSculpture (Talk | contribs)
Definition
CREATE TABLE openid_external ( userid INT(10) UNSIGNED NOT NULL DEFAULT '0', url VARCHAR(255) BINARY DEFAULT NULL, KEY userid (userid) )