gitlink-forgeplus/db/migrate/202505071325549_add_user_in...

6 lines
107 B
Ruby

class AddUserIndexPhone < ActiveRecord::Migration[5.2]
def change
add_index :users, :phone
end
end