sequelize-auto-migrations
sequelize-auto-migrations copied to clipboard
addColumn/removeColumn do not support schemas other than public
My model is under a different schema than 'public' but that metadata isn't being saved in the migration so running the migration fails.
Executing (default): ALTER TABLE "public"."table" DROP COLUMN "column"