add user login sessions
This commit is contained in:
@@ -48,3 +48,9 @@ type User struct {
|
||||
LastLogin interface{}
|
||||
CreatedAt sql.NullString
|
||||
}
|
||||
|
||||
type UserSession struct {
|
||||
ID string
|
||||
UserID string
|
||||
CreatedAt string
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user