is possible change schema of __efmigrationshistory
table in entityframework core?
do in call usesqlserver
.
optionsbuilder .usesqlserver( "...", x => x.migrationshistorytable( historyrepository.defaulttablename, "myschema"));
Comments
Post a Comment