This commit is contained in:
Lunny Xiao 2019-10-23 16:48:53 +08:00
parent efda72c321
commit 9a8bb0e411
No known key found for this signature in database
GPG Key ID: C3B7C91B632F738A
1 changed files with 1 additions and 1 deletions

View File

@ -1409,7 +1409,7 @@ func TestUpdateMap3(t *testing.T) {
assert.NoError(t, prepareEngine()) assert.NoError(t, prepareEngine())
type UpdateMapUser struct { type UpdateMapUser struct {
Id uint64 `xorm:"PK"` Id uint64 `xorm:"PK autoincr"`
Name string `xorm:""` Name string `xorm:""`
Ver uint64 `xorm:"version"` Ver uint64 `xorm:"version"`
} }