tavitar

Results 1 issues of tavitar

## GORM Playground Link https://github.com/go-gorm/playground/pull/500 ## Description The problem is rather simple: every run of AutoMigrate will execute a redundant ALTER COLUMN for int types (int64). The reason?: The GORM...