fixed add users phone index

This commit is contained in:
xxq250 2025-05-07 08:45:04 +08:00
parent 5c62b1d129
commit 558bcfeefa
1 changed files with 5 additions and 0 deletions

View File

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