class AddEvaluationToBid < ActiveRecord::Migration
def change
add_column :bids, :is_evaluation, :integer
end