- [ ] Generate the database command. Check if the `db` exists if so then delete and create. - [ ] Use the `wp db delete db`. - [ ] Use the `wp db create db`. - [ ] Add `behat` test for the command.
Check if the
dbexists if so then delete and create.wp db delete db.wp db create db.behattest for the command.