Remember last login

This commit is contained in:
2021-12-06 20:38:55 +00:00
parent 1437fc7b8d
commit e3cf69ab08
5 changed files with 40 additions and 9 deletions

View File

@ -50,10 +50,11 @@ type Transaction struct {
}
type User struct {
ID uuid.UUID
Email string
Name string
Password string
ID uuid.UUID
Email string
Name string
Password string
LastLogin sql.NullTime
}
type UserBudget struct {