class AddDeleteAtToNeeds < ActiveRecord::Migration def change add_column :needs, :deleted_at, :datetime add_index :needs, :deleted_at end end