Difference between revisions of "Database Table: knob"
From Dreamwidth Notes
Line 1: | Line 1: | ||
+ | {{Database Table|name=knob|table type=global|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 = | ||
− | |||
<source lang="sql"> | <source lang="sql"> | ||
CREATE TABLE keywords ( | CREATE TABLE keywords ( | ||
Line 11: | Line 10: | ||
) | ) | ||
</source> | </source> | ||
− | + | {{Database Table Footer|removed=1}} | |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + |
Revision as of 04:13, 30 January 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) )