use google user avatar as profile phone
This commit is contained in:
5
db/migrate/20220722153417_add_avatar_url_to_user.rb
Normal file
5
db/migrate/20220722153417_add_avatar_url_to_user.rb
Normal file
@@ -0,0 +1,5 @@
|
||||
class AddAvatarUrlToUser < ActiveRecord::Migration[7.0]
|
||||
def change
|
||||
add_column(:users, :avatar_url, :string, null: true)
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user