xxxxxxxxxx
UnhandledPromiseRejectionWarning: SequelizeForeignKeyConstraintError: insert or update on table "approvers" violates foreign key constraint
xxxxxxxxxx
let dropFKSQL = queryInterface.queryGenerator.dropForeignKeyQuery("purchase_order", "expenseTypeId")
await queryInterface.sequelize.query(dropFKSQL);