%= name.classify.pluralize %> < ActiveRecord::Migration[5.2] def change create_table :users do |t| t.string :email, index: true, unique: true # database_authentication t.string :password_digest t.timestamps end end end