A coluna não pode ser fundida automaticamente para digitar Bigint Postgres Sequelize
queryInterface.changeColumn('table', 'column', {
type: 'INTEGER USING CAST("column" as INTEGER)'
});
Obedient Oyster