Difference between revisions of "Database Table: knob"

From Dreamwidth Notes
Jump to: navigation, search
(Robot: Updating: Format, needs desc)
 
Line 1: Line 1:
{{Database Table|name=knob|table type=global|repo=dw-free|removed=1}}
+
{{Database Table|name=knob|table type=global|repo=dw-free|removed=1|removed in=a46c62533652}}
 
Removed in [http://bugs.dwscoalition.org/show_bug.cgi?id=1549 bug 1549]
 
Removed in [http://bugs.dwscoalition.org/show_bug.cgi?id=1549 bug 1549]
 
= Definition =
 
= Definition =

Latest revision as of 16:26, 22 July 2010

Note: This table is removed and no longer used. This table was removed in dw-free changeset a46c62533652 [1]
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)
)