39.sql (100B)
1 -- +migrate Up 2 ALTER TABLE users ADD COLUMN can_upload_file TINYINT(1) DEFAULT 1; 3 4 -- +migrate Down