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",
"username",
"account_name",
"account_name_lc",
"email",
"password",
"description",

View File

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