feat: update news
This commit is contained in:
@@ -6,7 +6,7 @@ import (
|
||||
|
||||
type Staff struct {
|
||||
ID string `gorm:"primaryKey" json:"id"`
|
||||
Name string `gorm:"default:null;unique" json:"name"`
|
||||
Name string `gorm:"default:null" json:"name"`
|
||||
ProfilePicture string `gorm:"default:null" json:"profile_picture"`
|
||||
Email string `gorm:"unique;not null" json:"email"`
|
||||
Password string `gorm:"not null" json:"password"`
|
||||
|
||||
Reference in New Issue
Block a user