Database Table: openid_external
From Dreamwidth Notes
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) )