Database Table: knob
From Dreamwidth Notes
Revision as of 16:03, 22 July 2010 by Exor674Bot (Talk | contribs)
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) )