I created the database from the model as in the example of nuget package is demonstrated by using Add-Migration und Update-Database.
I added some fluent-API records to my code after creating the DB because the migration doesn't accept them. How can I create the
database from the model with regarding fluent-API records in advance? It will be necessary to determine the oracle-datatypes and -sizes.