Database Table: knob

From Dreamwidth Notes
Revision as of 04:13, 30 January 2010 by Exor674 (Talk | contribs)

Jump to: navigation, search

Note: This table is removed and no longer used.
This is a global table. Removed in bug 1549

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)
)