We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 668258f commit f391ae9Copy full SHA for f391ae9
1 file changed
db.go
@@ -34,6 +34,7 @@ type Entry struct {
34
Email string `gorm:"email"` // Email - for ID card types
35
PhoneNumber string `gorm:"phone_number"` // Phone number - for ID card types
36
37
+ Active bool `gorm:"active;default:true"` // Is the id card/CC active ?
38
User string `gorm:"column:user"`
39
Url string `gorm:"column:url"`
40
Password string `gorm:"column:password"`
0 commit comments