class AddUser < ActiveRecord::Migration[8.0] def change add_column :users, :type, :string end end