updated users model

alpha
alex 2023-01-04 00:22:40 +01:00
parent 05d64322dc
commit e36a7f9191
2 changed files with 2 additions and 0 deletions

View File

@ -11,6 +11,7 @@ var (
"id", "id",
"username", "username",
"account_name", "account_name",
"account_name_lc",
"email", "email",
"password", "password",
"description", "description",

View File

@ -11,6 +11,7 @@ type User struct {
Id string Id string
Username string Username string
AccountName string AccountName string
AccountNameLc string
Email string Email string
Password string Password string
Description string Description string