User264732274 posted
suppose by EF we create a country table with two fields named ID and Name and seed with some initial data but we add more country data there. after few days we decide to add one more column in that table called culture by code first then what will happen..........my
all data will be lost?
what option we need to turn on as a result data should not be lost. if possible please discuss.
thanks