We have some issue when we run application. We use code-first so when we connect Oracle database and run to application then we have exception. i.e.
Automatic migrations that affect the location of the migrations history system table (such as default schema changes) are not supported.
Please use code-based migrations for operations that affect the location of the migrations history system table.
Oracle Version : Oracle Database 18c Express Edition Release 18.0.0.0.0
So, we want some solution how to resolve this error and use code-first with Oracle database with entity framework.
Thanks!