class AddEvaluationNumToBid < ActiveRecord::Migration def change add_column :bids, :evaluation_num, :integer, default: 3 end end