Difference between revisions of "Database Table: s2layers"
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=s2layers|clustered=false}} | ||
= Definition = | = Definition = | ||
Line 14: | Line 15: | ||
</source> | </source> | ||
− | + | {{Database Table Footer}} | |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + |
Revision as of 13:19, 2 October 2009
Definition
CREATE TABLE s2layers ( s2lid INT UNSIGNED NOT NULL AUTO_INCREMENT, PRIMARY KEY (s2lid), b2lid INT UNSIGNED NOT NULL, userid INT UNSIGNED NOT NULL, TYPE ENUM('core','i18nc','layout','theme','i18n','user') NOT NULL, INDEX (userid), INDEX (b2lid, TYPE) )