This commit is contained in:
邹宗楠
2022-08-16 12:00:47 +08:00
parent f8ee2f5508
commit eee17ff269

View File

@@ -63,7 +63,7 @@ type User struct {
func (user *User) TableUnique() [][]string {
return [][]string{
[]string{"Mobile", "DeletedAt"},
[]string{"Mobile"},
}
}