Difference between revisions of "Database Table: challenges"

From Dreamwidth Notes
Jump to: navigation, search
m
m (Robot: Changing Category:Database Tables)
Line 1: Line 1:
 
 
= Definition =
 
= Definition =
  
Line 16: Line 15:
 
[[Global database]]
 
[[Global database]]
  
[[Category: Database Tables|challenges]]
+
[[Category:Database Tables Needing Conversion|challenges]]

Revision as of 14:00, 2 October 2009

Definition

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

Relationships

Location

Global database