47.sql (98B)
1 -- +migrate Up 2 ALTER TABLE users ADD COLUMN can_use_forum TINYINT(1) DEFAULT 1; 3 4 -- +migrate Down