fix:fix ci error 7
This commit is contained in:
parent
ad0cdf6ae6
commit
a9387e5ed0
|
@ -754,7 +754,7 @@ func getKeysFromMap(m map[string]*schemas.Index) []string {
|
||||||
|
|
||||||
|
|
||||||
type SyncTestUser struct {
|
type SyncTestUser struct {
|
||||||
Id int `xorm:"pk autoincr 'id' comment('primary key')"`
|
Id int64 `xorm:"pk autoincr 'id' comment('primary key')"`
|
||||||
Name string `xorm:"'name' notnull comment('nickname')" json:"name"`
|
Name string `xorm:"'name' notnull comment('nickname')" json:"name"`
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue