Database Table: sitekeywords
From Dreamwidth Notes
"{{{repo}}}" is not in the list of possible values (dw-free, dw-nonfree) for this property. This is a global table.
Definition
CREATE TABLE sitekeywords ( kwid INT(10) UNSIGNED NOT NULL, keyword VARCHAR(255) NOT NULL, PRIMARY KEY (kwid), UNIQUE KEY (keyword) )