Database Table: openid external

From Dreamwidth Notes
Revision as of 17:34, 22 March 2009 by SlowSculpture (Talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Definition

CREATE TABLE openid_external (
  userid INT(10) UNSIGNED NOT NULL DEFAULT '0',
  url VARCHAR(255) BINARY DEFAULT NULL,
  KEY userid (userid)
)

Relationships

Location

Global database