Database Table: openid_external

From Dreamwidth Notes
Jump to: navigation, search

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)
)

Relationships