class AddParentIdToBid < ActiveRecord::Migration
def change
add_column :bids, :parent_id, :integer
end