class CreateUsers < ActiveRecord::Migration[7.2] def change create_table :users do |t| t.string :email t.string :password t.timestamps end end end