Difference between revisions of "Database Table: challenges"

From Dreamwidth Notes
Jump to: navigation, search
(Robot: Updating: Format, needs desc, definition)
(Robot: Updating: Format)
 
(One intermediate revision by one other user not shown)
Line 1: Line 1:
{{Database Table|name=challenges|table type=global|need desc=1}}
+
{{Database Table|name=challenges|table type=global|need desc=1|repo=dw-free}}
 
= Definition =
 
= Definition =
 
<source lang="sql">
 
<source lang="sql">
Line 9: Line 9:
 
)
 
)
 
</source>
 
</source>
{{Database Table Footer}}
+
{{Database Table Footer|no_out_rels=1}}

Latest revision as of 15:56, 22 July 2010

This is a global table.

Definition

CREATE TABLE challenges (
    ctime INT(10) UNSIGNED NOT NULL DEFAULT 0,
    challenge CHAR(80) NOT NULL DEFAULT '',
 
    PRIMARY KEY (challenge)
)

Relationships