Difference between revisions of "Database Table: knob"

From Dreamwidth Notes
Jump to: navigation, search
m
Line 16: Line 16:
 
[[Global database]]
 
[[Global database]]
  
[[Category: Database Tables|knob]]
+
[[Category: Removed Database Tables|knob]]

Revision as of 18:28, 23 August 2009

Definition

CREATE TABLE keywords (
  kwid INT(10) UNSIGNED NOT NULL AUTO_INCREMENT,
  keyword VARCHAR(80) BINARY NOT NULL DEFAULT '',
  PRIMARY KEY  (kwid),
  UNIQUE KEY kwidx (keyword)
)

Relationships

Location

Global database