Database Table: s2stylelayers2

From Dreamwidth Notes
Revision as of 17:54, 22 March 2009 by SlowSculpture (Talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

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
)

Relationships

Location

Global database