class CreateAdminUsers < ActiveRecord::Migration[5.1] def change create_table :admin_users do |t| t.string :username t.string :email end end end