Difference between revisions of "Database Table: openid external"
From Dreamwidth Notes
(Created page with 'openid_external =Definition= <source lang="sql"> CREATE TABLE openid_external ( userid int(10) unsigned NOT NULL default '0', url varchar(255) bi...') |
(No difference)
|
Revision as of 17:34, 22 March 2009
Definition
CREATE TABLE openid_external ( userid INT(10) UNSIGNED NOT NULL DEFAULT '0', url VARCHAR(255) BINARY DEFAULT NULL, KEY userid (userid) )