gophish/db/db_mysql/migrations/20160131153104_0.1.2_add_ev...

9 lines
212 B
SQL

-- +goose Up
-- SQL in section 'Up' is executed when this migration is applied
ALTER TABLE `events` ADD COLUMN details BLOB;
-- +goose Down
-- SQL section 'Down' is executed when this migration is rolled back