class AddResetToUsers < ActiveRecord::Migration[5.0] def change add_column :users, :reset_digest, :string end end