Database Table: openid_claims
From Dreamwidth Notes
Revision as of 23:08, 28 November 2012 by Exor674Bot (Talk | contribs)
This is a global table.
Definition
CREATE TABLE openid_claims ( userid INT UNSIGNED NOT NULL, claimed_userid INT UNSIGNED NOT NULL, PRIMARY KEY (userid), INDEX (claimed_userid) )