You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I need to add custom SQL when migrating the database, but I don't want to mess with the migrations generated code, I rather doing it using the ModelBuilder in the OnModelCreating routine.
How can I interact between the ModelBuilder and the MigrationBuilder?
I need to add custom SQL when migrating the database, but I don't want to mess with the migrations generated code, I rather doing it using the
ModelBuilder
in theOnModelCreating
routine.How can I interact between the
ModelBuilder
and theMigrationBuilder
?Related
Document Details
⚠ Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.
The text was updated successfully, but these errors were encountered: