You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Am getting this error using the latest gorm package
gorm.io/driver/postgres
../../go/pkg/mod/gorm.io/driver/[email protected]/migrator.go:341:38: cannot use column (variable of type Column) as type gorm.ColumnType in argument to append:
Column does not implement gorm.ColumnType (missing AutoIncrement method)
gorm.io/driver/sqlite
../../go/pkg/mod/gorm.io/driver/[email protected]/sqlite.go:100:22: cannot convert 0 (untyped int constant) to *int
../../go/pkg/mod/gorm.io/driver/[email protected]/sqlite.go:101:24: cannot convert 0 (untyped int constant) to *int
../../go/pkg/mod/gorm.io/driver/[email protected]/sqlite.go:102:21: cannot use -1 (untyped int constant) as *int value in assignment
../../go/pkg/mod/gorm.io/driver/[email protected]/sqlite.go:104:50: cannot use limit.Limit (variable of type *int) as type int in argument to strconv.Itoa
The text was updated successfully, but these errors were encountered:
Am getting this error using the latest gorm package
gorm.io/driver/postgres
../../go/pkg/mod/gorm.io/driver/[email protected]/migrator.go:341:38: cannot use column (variable of type Column) as type gorm.ColumnType in argument to append:
Column does not implement gorm.ColumnType (missing AutoIncrement method)
gorm.io/driver/sqlite
../../go/pkg/mod/gorm.io/driver/[email protected]/sqlite.go:100:22: cannot convert 0 (untyped int constant) to *int
../../go/pkg/mod/gorm.io/driver/[email protected]/sqlite.go:101:24: cannot convert 0 (untyped int constant) to *int
../../go/pkg/mod/gorm.io/driver/[email protected]/sqlite.go:102:21: cannot use -1 (untyped int constant) as *int value in assignment
../../go/pkg/mod/gorm.io/driver/[email protected]/sqlite.go:104:50: cannot use limit.Limit (variable of type *int) as type int in argument to strconv.Itoa
The text was updated successfully, but these errors were encountered: