I have a knex powered app that once I clone from github, I can run yarn migrate:latest to get the database up to date.
The problem is, in some cases, like a new developer, the database might not yet exist.
What is the right way to first create the database? Do I need to do that outside of KNEX or is there a KNEX CLI/Migration type of commend for this need?