Difference between revisions of "Database Table: openid external"
From Dreamwidth Notes
Dreamnestia (Talk | contribs) |
Exor674Bot (Talk | contribs) m (Robot: Converting database table to use semantic mediawiki form.) |
||
Line 1: | Line 1: | ||
+ | {{#set:name=openid_external|clustered=false}} | ||
= Definition = | = Definition = | ||
Line 9: | Line 10: | ||
</source> | </source> | ||
− | + | {{Database Table Footer}} | |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + |
Revision as of 13:16, 2 October 2009
Definition
CREATE TABLE openid_external ( userid INT(10) UNSIGNED NOT NULL DEFAULT '0', url VARCHAR(255) BINARY DEFAULT NULL, KEY userid (userid) )