class AddCommitToBids < ActiveRecord::Migration def change add_column :bids, :commit, :integer end end