dotnet ef

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

dotnet ef dbcontext list

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}}