showing results for - "column cannot be cast automatically to type bigint postgres sequelize"
Joy
29 Mar 2020
1queryInterface.changeColumn('table', 'column', {
2        type: 'INTEGER USING CAST("column" as INTEGER)'
3});