fix: JSON format

This commit is contained in:
Tejaswini Chile 2022-12-11 15:17:01 +05:30 committed by fayazara
parent 963980d13b
commit bd4b051460
2 changed files with 0 additions and 6 deletions

View file

@ -13,10 +13,8 @@
# display_name :string
# email :string
# encrypted_password :string default(""), not null
# failed_attempts :integer
# last_sign_in_at :datetime
# last_sign_in_ip :string
# locked_at :datetime
# message_signature :text
# name :string not null
# provider :string default("email"), not null
@ -30,7 +28,6 @@
# ui_settings :jsonb
# uid :string default(""), not null
# unconfirmed_email :string
# unlock_token :string
# created_at :datetime not null
# updated_at :datetime not null
#

View file

@ -13,10 +13,8 @@
# display_name :string
# email :string
# encrypted_password :string default(""), not null
# failed_attempts :integer
# last_sign_in_at :datetime
# last_sign_in_ip :string
# locked_at :datetime
# message_signature :text
# name :string not null
# provider :string default("email"), not null
@ -30,7 +28,6 @@
# ui_settings :jsonb
# uid :string default(""), not null
# unconfirmed_email :string
# unlock_token :string
# created_at :datetime not null
# updated_at :datetime not null
#