You can use queryInterface.sequelize.query() to perform raw queries.
queryInterface.sequelize.query()
Is there a way to add support for this!
Merged to https://github.com/sequelize/cli/issues/225
Most helpful comment
You can use
queryInterface.sequelize.query()to perform raw queries.