fix:fix ci error 7

This commit is contained in:
lijunshi 2024-04-28 15:17:51 +08:00
parent ad0cdf6ae6
commit a9387e5ed0
1 changed files with 1 additions and 1 deletions

View File

@ -754,7 +754,7 @@ func getKeysFromMap(m map[string]*schemas.Index) []string {
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"`
}