We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f9859a2 + 506c98d commit 2854c8aCopy full SHA for 2854c8a
models/migrations/v20.go
@@ -34,6 +34,7 @@ func useNewNameAvatars(x *xorm.Engine) error {
34
}
35
36
type User struct {
37
+ ID int64 `xorm:"pk autoincr"`
38
Avatar string
39
UseCustomAvatar bool
40
0 commit comments