Entity framework: Need a easy going, clean database migration solution.
Posted
by
user469652
on Stack Overflow
See other posts from Stack Overflow
or by user469652
Published on 2011-01-02T22:10:11Z
Indexed on
2011/01/03
3:54 UTC
Read the original article
Hit count: 174
.NET
|entity-framework
I'm using entity framework model first development, and I need to do database migration often,
The EF database generation power pack doesn't help a lot, because that data migration never worked here.
The database migration here I mean, change the model, and then I can update the existing database from the model, but creating a new one.
Is there any free of charge tool here invented here yet? Or would this going to be a new feature of next EF release?
PS: I love django's ORM.
© Stack Overflow or respective owner