Difference between revisions of "Database Table: links"

From Dreamwidth Notes
Jump to: navigation, search
m (reformat, right category)
m (right category)
Line 14: Line 14:
 
[[Global database]]
 
[[Global database]]
  
[[Category: Database Table|links]]
+
[[Category: Database Tables|links]]

Revision as of 20:43, 26 March 2009

Definition

CREATE TABLE knob (
  knobname    VARCHAR(255) NOT NULL PRIMARY KEY,
  val         TINYINT UNSIGNED
)

Relationships

Location

Global database