dotnet-ef

ef Perform design-time development tasks for Entity Framework Core. More…

dotnet ef

Perform design-time development tasks for Entity Framework Core. More information: https://docs.microsoft.com/ef/core/cli/dotnet.

dotnet ef database update {{migration}}

dotnet ef database drop

dotnet ef dbcontext list

dotnet ef dbcontext scaffold {{connection_string}} {{provider}}

dotnet ef migrations add {{name}}

dotnet ef migrations remove

dotnet ef migrations list

dotnet ef migrations script {{from_migration}} {{to_migration}}

Также может быть вам интересно:
КодТрюки BashНастройкиТерминал/Консоль
← dotnet-build dotnet-publish →