La columna no se puede lanzar automáticamente para escribir Bigint Postgres Secelize
queryInterface.changeColumn('table', 'column', {
type: 'INTEGER USING CAST("column" as INTEGER)'
});
Obedient Oyster