You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To keep it simple we'll just work with one database environment(development) and create a pointer to a knex-humans database, which we need to manually create:
$ createdb knex-humans
Now we'll use knex to create a migrations folder and make a create_humans migrations file
$ knex migrate:make create_humans
You should now have a migrations folder with a file in it, open it up and replace the code in there with this for the time being: