class AddErrorField < ActiveRecord::Migration def change add_column :feeds, :has_errors, :boolean, :default => false end end