Difference between revisions of "Database Table: openid external"

From Dreamwidth Notes
Jump to: navigation, search
(Robot: Updating: Format)
m (Robot: Updating: Format, flag dropped)
 
Line 1: Line 1:
{{Database Table|name=openid_external|table type=global|need desc=1|repo=dw-free}}
+
{{Database Table|name=openid_external|table type=global|need desc=1|needs work=dropped|repo=dw-free}}
 
= Definition =
 
= Definition =
 
<source lang="sql">
 
<source lang="sql">

Latest revision as of 21:15, 15 October 2010

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