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
Hi everyone i want to be able to set prefix or custom schema to Entity Framework in runtime. I managed to do everything except the part of migrations. Regarding schema I managed to do that but I want to have ability to automatically override name argument in CreateTable function for example if Prefix is provided for tables.
I see that MigrationBuilder methods are overridable but how can I set custom MigrationBuilder to be used ?