Maksim Panfilov

Results 3 comments of Maksim Panfilov

I think the problem inside of the postgres driver (which doesn't have tests). IMHO `if fieldColumnType.DatabaseTypeName() != fileType.SQL {` see: https://github.com/go-gorm/postgres/blob/master/migrator.go#L272 DatabaseTypeName returns `int2`, but fileType.SQL returns `smallint`.

It uses in production in Acronis projects.