Database Table: s2stylelayers2
From Dreamwidth Notes
Revision as of 17:54, 22 March 2009 by SlowSculpture (Talk | contribs)
Definition
CREATE TABLE s2stylelayers ( styleid INT UNSIGNED NOT NULL, TYPE ENUM('core','i18nc','layout','theme','i18n','user') NOT NULL, UNIQUE (styleid, TYPE), s2lid INT UNSIGNED NOT NULL )