We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c56a4ab commit 38bd382Copy full SHA for 38bd382
internal/sms-gateway/users/models.go
@@ -10,7 +10,6 @@ import (
10
type userModel struct {
11
ID string `gorm:"primaryKey;type:varchar(32)"`
12
PasswordHash string `gorm:"not null;type:varchar(72)"`
13
- // Devices []models.Device `gorm:"-,foreignKey:UserID;constraint:OnDelete:CASCADE"`
14
15
models.SoftDeletableModel
16
}
0 commit comments