If I create data model using EntityFramework I could generate database from model. However, I cannot update existing database schema if I change enity data model.
That would be great if EntityFramework will provide an ability to update existing database by new model without data loss.
Thank you
That would be great if EntityFramework will provide an ability to update existing database by new model without data loss.
Thank you