Replace GORM's auto-migration with Goose. The latter uses hand-written SQL queries to apply database schema changes, which is safer and easier to understand than what GORM is doing.
Contains a dummy migration because the migrate package will error out if it cannot find any migration files.