Email should not yet be unique in database
This commit is contained in:
parent
cc203dd57f
commit
a6b926c9bf
1 changed files with 1 additions and 1 deletions
|
|
@ -13,7 +13,7 @@ type Person struct {
|
|||
IsContact bool
|
||||
FirstName string
|
||||
LastName string
|
||||
Email string `gorm:"unique"`
|
||||
Email string
|
||||
Phone string
|
||||
Mobile string
|
||||
Address1 string
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue