parent
c418a4429f
commit
94f60af040
|
@ -15,7 +15,7 @@ type User struct {
|
|||
AccountName string
|
||||
AccountNameLc string // Account name as lowercase format to search for it in the database, because the account name may only exist once, regardless of the spelling of the individual letters
|
||||
AccountNameUpdatedAt int64
|
||||
LastAccountName string // Contains the last account name to allow the user to change the account name back to the old name
|
||||
LastAccountNameLc string // Contains the last account name to allow the user to change the account name back to the old name
|
||||
Email string
|
||||
Password string
|
||||
Description string
|
||||
|
|
Loading…
Reference in New Issue