Migrate
[sourcecode language=”bash”]
knex migrate:latest
[/sourcecode]
Rollback
[sourcecode language=”bash”]
knex migrate:rollback
[/sourcecode]
Migrate/Rollback to a specific Environment
[sourcecode language=”bash”]
knex migrate:latest –env test
[/sourcecode]
You must log in to post a comment.