Search code examples
node.jsdatabase-migrationsequelize.js

Sequelize migration without file


Is there a way to use the sequelize migrator without the specified file? I would like to add/remove a column in my postgre database without using adding a file and using only custom method in javascript.


Solution

  • Posted an issue on github, and they responded quickly.