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
|
||||
|
@ -38,6 +38,7 @@ ActiveRecord::Schema.define(version: 20180504131713) do
|
||||
t.string "name"
|
||||
t.string "username"
|
||||
t.string "email"
|
||||
t.string "image"
|
||||
t.string "password_digest"
|
||||
t.datetime "created_at", null: false
|
||||
t.datetime "updated_at", null: false
|
||||
|
Reference in New Issue
Block a user