1class AddPasswordDigestToUsers < ActiveRecord::Migration 2 def change 3 add_column :users, :password_digest, :string 4 end 5end