We have created Entity Framework Multi-Tenant (Single database Multiple Schema) With Code First like in this example http://romiller.com/2011/05/23/ef-4-1-multi-tenant-with-code-first/. Our database is live. Now we are facing very serious problem. We need some changes in our entity. The question is that how we update our database for each schema table. Is there possible Migration in current scenario?
Asked
Active
Viewed 3,010 times
3
-
Did you find a solution to this? We are developing a multitenant application and need to decide whether to use multiple schemas or single one. – Yashvit Oct 18 '13 at 12:24
-
Yes we find the solution. And We noticed that there is no effect if we change the structure of the entity in model in our application – Shamim Oct 22 '13 at 13:02
-
See [Multi-Tenant With Code First EF6](http://stackoverflow.com/questions/19458943/multi-tenant-with-code-first-ef6) – Justin Dec 04 '13 at 11:00