Add discared_at to users
This commit is contained in:
parent
503527459e
commit
337b20661a
3 changed files with 11 additions and 1 deletions
|
@ -8,6 +8,8 @@
|
|||
# confirmed_at :datetime
|
||||
# current_sign_in_at :datetime
|
||||
# current_sign_in_ip :string
|
||||
# discard_reason :string
|
||||
# discarded_at :datetime
|
||||
# email :string default(""), not null
|
||||
# encrypted_password :string default(""), not null
|
||||
# failed_attempts :integer default(0), not null
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue