Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CSHARP

dotnet ef migrations to folder

//Create a migration on a specific folder
dotnet ef migrations add MigrationName -o FolderA/FolderB
 
PREVIOUS NEXT
Tagged: #dotnet #ef #migrations #folder
ADD COMMENT
Topic
Name
5+5 =