I used mvcScaffolding and mvc3 to create my tables in sql2008 database. some data has been added.
I have changed one model and want to change the base table.
- Is there a way to automatically update one table in order to synchronize it with the model?
- after adding a new model, how can I create a database table without recreating the database
source share