💾 Archived View for freeshell.de › tldr › dotnet-ef.gmi captured on 2024-05-10 at 11:58:38. Gemini links have been rewritten to link to archived content

View Raw

More Information

⬅️ Previous capture (2022-04-28)

-=-=-=-=-=-=-

dotnet ef

Perform design-time development tasks for Entity Framework Core.

More information.

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}
Copyright © 2014—present the tldr-pages team and contributors.
This work is licensed under the Creative Commons Attribution 4.0 International License (CC-BY).

CC-BY