for anyone coming across this and wanting to delete the database but recreate it the exact same way it was (but just without the data), you can do dotnet ef database drop
and then just dotnet ef database update
or update-database
(in package manager console)