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
|
IsContact bool
|
||||||
FirstName string
|
FirstName string
|
||||||
LastName string
|
LastName string
|
||||||
Email string `gorm:"unique"`
|
Email string
|
||||||
Phone string
|
Phone string
|
||||||
Mobile string
|
Mobile string
|
||||||
Address1 string
|
Address1 string
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue