class CreateAdmins < ActiveRecord::Migration def change create_table :admins do |t| t.string :email t.string :encrypted_password t.timestamps :null => true end end end