I am developing in MVC 4, EF 5.0
Model First development - how can I easily get the database schema for updating without dropping the database / erasing any data?
eg. I have a Customer table. In this table, we record the first name, last name, email address. Now I want to get a phone number, so I change the model and get EF to update the database schema.
Visual studio 2012 refers to http://go.microsoft.com/fwlink/?LinkId=238269 , however for me it looks like Chinese.
They talk about launching the NUGET package, called the first code transfer. This feature does not ship automatically with VS2012?
thanks
Gravy source share