I'm using Entity Framework 7 beta 5. I started with the mvc template with user management. I have added several migrations, during my trials.
Now I want to delete my database, create a new initial migration and produce a new clean db with it.
However the dnx ef commands do not have a command that I know of that will facilitate this. How do I proceed?
What exactly do you need support from EF for? Here's what I'd do:
dotnet ef migrations add <initial-migration-name>
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With