85.sql (87B)
1 -- +migrate Up 2 ALTER TABLE users ADD COLUMN secret_phrase BLOB NULL; 3 4 -- +migrate Down