I use the first structure of the entity structure, and I often need to perform database migration,
The EF database generation power supply is not very helpful, as this data migration never worked.
Moving the database here I mean by changing the model, and then I can update the existing database from the model, but create a new one.
Is there any free tool here invented here? Or will this be a new feature in the next release of EF?
PS I love django ORM.
source
share