feat: add support for new fields in user table
This commit is contained in:
@ -35,4 +35,6 @@ type User struct {
|
||||
LastLogin *time.Time `json:"last_login"`
|
||||
PhoneNumber *string `json:"phone_number"`
|
||||
ProfilePicture *string `json:"profile_picture"`
|
||||
CreatedBy *uuid.UUID `json:"created_by"`
|
||||
EmailVerified bool `json:"email_verified"`
|
||||
}
|
||||
|
Reference in New Issue
Block a user