Browse Source

fixed add users phone index

pull/348/head^2^2
xxq250 1 year ago
parent
commit
558bcfeefa
1 changed files with 5 additions and 0 deletions
  1. +5
    -0
      db/migrate/202505071325549_add_user_index_phone.rb

+ 5
- 0
db/migrate/202505071325549_add_user_index_phone.rb View File

@@ -0,0 +1,5 @@
class AddUserIndexPhone < ActiveRecord::Migration[5.2]
def change
add_index :users, :phone
end
end

Loading…
Cancel
Save