We should consider having an API for opting entities out of DDL generation when using Initializers/Auto-migrations.
This would solve a problem some customers face when a subset of the model exists in the database or is created out-of-band. One example of this scenario is when an entity is mapped to existing database views.
This would solve a problem some customers face when a subset of the model exists in the database or is created out-of-band. One example of this scenario is when an entity is mapped to existing database views.