Database Table: s2categories
From Dreamwidth Notes
Revision as of 17:21, 29 October 2010 by Exor674Bot (Talk | contribs)
This is a global table.
Definition
CREATE TABLE s2categories ( s2lid INT UNSIGNED NOT NULL, kwid INT(10) UNSIGNED NOT NULL, active TINYINT(1) UNSIGNED NOT NULL DEFAULT 1, PRIMARY KEY (s2lid, kwid) )