last account name
parent
94f60af040
commit
feeb6b2903
|
@ -14,8 +14,8 @@ type User struct {
|
|||
Username string
|
||||
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
|
||||
LastAccountNameLc string // Contains the last account name to allow the user to change the account name back to the old name
|
||||
AccountNameUpdatedAt int64
|
||||
Email string
|
||||
Password string
|
||||
Description string
|
||||
|
|
Loading…
Reference in New Issue