Difference between revisions of "Database Table: knob"
From Dreamwidth Notes
Exor674Bot (Talk | contribs) (Robot: Updating: Format, needs desc) |
|||
Line 1: | Line 1: | ||
− | {{Database Table|name=knob|table type=global|removed=1}} | + | {{Database Table|name=knob|table type=global|repo=dw-free|removed=1}} |
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 = |
Revision as of 16:03, 22 July 2010
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) )