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