forked from External/greenlight
start writing tests
This commit is contained in:
@ -1,11 +1,12 @@
|
||||
class CreateUsers < ActiveRecord::Migration[5.0]
|
||||
def change
|
||||
create_table :users do |t|
|
||||
t.string :provider, null: false
|
||||
t.string :uid, null: false
|
||||
t.string :provider
|
||||
t.string :uid
|
||||
t.string :name
|
||||
t.string :username
|
||||
t.string :email
|
||||
t.string :password_digest, index: { unique: true }
|
||||
|
||||
t.timestamps
|
||||
end
|
||||
|
Reference in New Issue
Block a user