mirror of
https://github.com/oonyeje/Pearlception_Website_RoR.git
synced 2025-12-25 11:47:41 +00:00
schema fix
This commit is contained in:
parent
72fe53bff2
commit
af447f1493
@ -22,7 +22,8 @@ ActiveRecord::Schema.define(version: 20170119161737) do
|
||||
create_table "users", force: :cascade, options: "ENGINE=InnoDB DEFAULT CHARSET=utf8" do |t|
|
||||
t.string "email", default: "", null: false
|
||||
t.string "encrypted_password", default: "", null: false
|
||||
t.integer "company_id", default: -1, null: false
|
||||
t.integer "company_id", null: false
|
||||
t.boolean "admin", default: false, null: false
|
||||
t.string "reset_password_token"
|
||||
t.datetime "reset_password_sent_at"
|
||||
t.datetime "remember_created_at"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user