class AddCommentStatusToBid < ActiveRecord::Migration
  def change
    add_column :bids, :comment_status, :integer, default: 0
  end
end