Narzędzia projektowania dla Entity Framework Core. Więcej informacji: https://learn.microsoft.com/ef/core/cli/dotnet.
dotnet ef database update {{migracja}}
dotnet ef database drop
DbContext
:dotnet ef dbcontext list
DbContext
oraz typów encji bazy danych:dotnet ef dbcontext scaffold {{connection_string}} {{dostawca}}
dotnet ef migrations add {{nazwa}}
dotnet ef migrations remove
dotnet ef migrations list
dotnet ef migrations script {{początkowa_migracja}} {{końcowa_migracja}}