cdule
cdule copied to clipboard
postgress error
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