Difference between revisions of "Database Table: knob"
From Dreamwidth Notes
Foxfirefey (Talk | contribs) m |
|||
(4 intermediate revisions by 3 users not shown) | |||
Line 1: | Line 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] | ||
= Definition = | = Definition = | ||
− | |||
<source lang="sql"> | <source lang="sql"> | ||
CREATE TABLE keywords ( | CREATE TABLE keywords ( | ||
Line 9: | Line 10: | ||
) | ) | ||
</source> | </source> | ||
− | + | {{Database Table Footer|removed=1}} | |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + |
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) )