'How to add associations via Sequelize Migrations to existing models in NodeJS

I have two existing models user and permissions. I would like to add one to many relationship to user model. I have been digging all the internet and there seems to be no documented way to achieve the same. Would someone point me in the right direction on how to write the migration scripts to perform the same? Thanks



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source