-- Write your migrate up statements here create unique index users_unique_index on users(email); ---- create above / drop below ---- drop index users_unique_index; -- Write your migrate down statements here. If this migration is irreversible -- Then delete the separator line above.