-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
GORM v1.23.5 Column Error #3
Comments
I just had the same issue. I am using both postgresql and immudb
|
This repo is apparently not being maintained. Did anyone find a workaround for this error? |
same error |
I was able to get around this error by downgrading both gorm and immugorm to a previous version. If I remember correctly, using immugorm 1.2.3 and gorm 2.03 solved the issue. Unfortunately, it seems this repo is dead and it doesn't look like there are any plans to update it (I made a PR in August which has not even been checked yet). Your best bet is to either downgrade, or to try and clone the repo and fix it yourself (I tried but the problem is much more complex than it seems). |
Hi,
I tried immugorm package with the latest gorm (v1.23.5).
But it gives an error like:
github.com/codenotary/immugorm
../../../../go/pkg/mod/github.com/codenotary/[email protected]/migrator.go:220:40: cannot use column (variable of type Column) as type gorm.ColumnType in argument to append:
Column does not implement gorm.ColumnType (missing AutoIncrement method)
The text was updated successfully, but these errors were encountered: