GORM Playground Link
https://github.com/go-gorm/playground/pull/558
Description
If views were created using columns of an existing table in a Postgres database, making modifications to the table causes AutoMigrate to fail.
Comment From: a631807682
Views are not currently supported. https://github.com/go-gorm/gorm/issues/4966