forked from External/greenlight
work on user settings
This commit is contained in:
@ -7,6 +7,7 @@ class CreateUsers < ActiveRecord::Migration[5.0]
|
||||
t.string :name
|
||||
t.string :username
|
||||
t.string :email
|
||||
t.string :social_uid
|
||||
t.string :image
|
||||
t.string :password_digest, index: { unique: true }
|
||||
|
||||
|
Reference in New Issue
Block a user