fix: added phone to user's data

main
Nilo Roberto C Paim 2023-10-21 08:48:15 -03:00
parent ddac58a6d3
commit 8dcffbf50b
1 changed files with 1 additions and 0 deletions

View File

@ -9,6 +9,7 @@ type User struct {
Name string `gorm:"size:40" json:"name"`
CompanyName string `gorm:"size:40" json:"companyname"`
Email string `gorm:"size:40;unique" json:"email"`
Phone string `gorm:"size:20" json:"phone"`
Password []byte `gorm:"size:100;" json:"-"`
Channel string `gorm:"size:40" json:"channel"`
Url string `gorm:"size:40" json:"url"`