class AdditionalUserFields2 < ActiveRecord::Migration[7.0]
def up
change_table :users, bulk: true do |t|
t.column :phone, :string
end
def down
t.remove :phone