Bulk commit
This commit is contained in:
@ -4,6 +4,6 @@ import "gorm.io/gorm"
|
||||
|
||||
type User struct {
|
||||
gorm.Model
|
||||
Sub string `json:"sub"gorm:"unique"`
|
||||
Sub string `json:"sub" gorm:"unique"`
|
||||
Email string
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user