GORM Playground Link

https://github.com/go-gorm/playground/pull/479

Description

Since v1.3.6 of gorm.io/driver/postgres AutoMigrate method fails if PrepareStmt is set to true. This issue was not happening with v1.3.5. This is also not happening if PrepareStmt is set to false. See Playground for reproduction.