I am using MVC4 beta and entity framework. I am using code first design and when I make changes to the model class files, i have it set to drop database and recreate but my problem is that the default user tables do not get recreated. How do I get those tables to get recreated each time?
Bonus question: is there a way to keep the data in tables that have not been changed?
After some research, the new version of EF seems to support this.