|
|
@ -284,6 +284,7 @@ ActiveRecord::Schema[7.0].define(version: 202202071123100) do |
|
|
|
t.integer "failed_attempts", default: 0 |
|
|
|
t.integer "failed_attempts", default: 0 |
|
|
|
t.string "unlock_token" |
|
|
|
t.string "unlock_token" |
|
|
|
t.datetime "locked_at", precision: nil |
|
|
|
t.datetime "locked_at", precision: nil |
|
|
|
|
|
|
|
t.string "phone" |
|
|
|
t.index ["email"], name: "index_users_on_email", unique: true |
|
|
|
t.index ["email"], name: "index_users_on_email", unique: true |
|
|
|
t.index ["organisation_id"], name: "index_users_on_organisation_id" |
|
|
|
t.index ["organisation_id"], name: "index_users_on_organisation_id" |
|
|
|
t.index ["reset_password_token"], name: "index_users_on_reset_password_token", unique: true |
|
|
|
t.index ["reset_password_token"], name: "index_users_on_reset_password_token", unique: true |
|
|
|