I get this error running node ./node_modules/sequelize-auto-migrations/bin/makemigration --name 'init' command. It asks for some path. It's not motioned in the README, and not in .../makemigration --help. What is it? How do I create initial migration?
I get this error running
node ./node_modules/sequelize-auto-migrations/bin/makemigration --name 'init'
command. It asks for some path. It's not motioned in the README, and not in.../makemigration --help
. What is it? How do I create initial migration?