Perform design-time development tasks for Entity Framework Core.
dotnet ef database update {migration}
dotnet ef database drop
DbContext
types:
dotnet ef dbcontext list
DbContext
and entity types for a database:
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 This content has been proxied by September (ba2dc).Proxy Information
text/gemini;lang=en-GB