class AddStatusToGatherer < ActiveRecord::Migration[4.2]
def change
add_column :gatherers, :status, :int, null: false, default: 0
end