class CreateCredentials < ActiveRecord::Migration[7.0] def change create_table :credentials do |t| t.string :email t.string :password t.timestamps end end end