Database Table: openid_external
From Dreamwidth Notes
Revision as of 21:15, 15 October 2010 by Exor674Bot (Talk | contribs)
This is a global table.This database table is flagged as needing checking for the reason: dropped
Definition
CREATE TABLE openid_external ( userid INT(10) UNSIGNED NOT NULL DEFAULT '0', url VARCHAR(255) BINARY DEFAULT NULL, KEY userid (userid) )