added html admin notification mail
This commit is contained in:
@@ -19,6 +19,8 @@ type User struct {
|
||||
LastName string `gorm:"not null" json:"last_name"`
|
||||
ProfilePicture string `json:"profile_picture"`
|
||||
Address string `gorm:"not null" json:"address"`
|
||||
ZipCode string `gorm:"not null" json:"zip_code"`
|
||||
City string `form:"not null" json:"city"`
|
||||
Consents []Consent `gorm:"constraint:OnUpdate:CASCADE"`
|
||||
BankAccount BankAccount `gorm:"constraint:OnUpdate:CASCADE,OnDelete:CASCADE;"`
|
||||
Verification Verification `gorm:"constraint:OnUpdate:CASCADE,OnDelete:CASCADE;"`
|
||||
|
||||
Reference in New Issue
Block a user