Skip to content

Latest commit

 

History

History
7 lines (4 loc) · 364 Bytes

README.md

File metadata and controls

7 lines (4 loc) · 364 Bytes

#Migrations

  • dotnet tool install --global dotnet-ef

  • dotnet ef migrations add NOME_SEU_MIGRATION -s .\src\YZCollege.Api\YZCollege.Api.csproj --project .\src\YZCollege.Infrastructure\YZCollege.Infrastructure.csproj

  • dotnet ef database update -s .\src\YZCollege.Api\YZCollege.Api.csproj --project .\src\YZCollege.Infrastructure\YZCollege.Infrastructure.csproj