Difference between revisions of "Database Table: s2stylelayers2"
From Dreamwidth Notes
Dreamnestia (Talk | contribs) |
Exor674Bot (Talk | contribs) m (Robot: Converting database table to use semantic mediawiki form.) |
||
Line 1: | Line 1: | ||
+ | {{#set:name=s2stylelayers2|clustered=true}} | ||
= Definition = | = Definition = | ||
Line 12: | Line 13: | ||
</source> | </source> | ||
− | + | {{Database Table Footer}} | |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + |
Revision as of 13:19, 2 October 2009
Definition
CREATE TABLE s2stylelayers2 ( userid INT UNSIGNED NOT NULL, styleid INT UNSIGNED NOT NULL, TYPE ENUM('core','i18nc','layout','theme','i18n','user') NOT NULL, PRIMARY KEY (userid, styleid, TYPE), s2lid INT UNSIGNED NOT NULL )