104.sql (96B)
1 -- +migrate Up 2 ALTER TABLE users ADD COLUMN theme INTEGER NOT NULL DEFAULT 0; 3 4 -- +migrate Down