We are currently using Entity Framework 6 (EF) Database First approach to generate and maintain our database model classes.
I was hoping to use Sparx Enterprise Architect (EA) to maintain a SQL Server 2012 EE database design, and then EF Database First to "Update Model from Database" to maintain the EF model classes.
Now that Microsoft has officially announced they will no longer maintain any EF design approach besides Code First, how can I work with Sparx EA to keep our Code First models up to date if I do some database redesign with EA? I know Sparx will go 2 way with the database itself, but that does not help with Code First after the first creation of the Code First model created from the database, as I can't keep importing the entire database into Code First or we would lose our Code First customizations.