📘
Quick reference
  • Install
    • Winget
    • Dotnet SDK
    • Visual Studio (Both)
    • LocalDB
    • REPL
  • Dotnet CLI
    • Solution creation
    • Project creation
    • dotnet ef install
    • dotnet ef commands
  • Trouble shooting
    • VS plugin crashes
Powered by GitBook
On this page
  • Add migration
  • Apply migration
  • List migrations
  • Remove last migration
  1. Dotnet CLI

dotnet ef commands

Add migration

dotnet ef migrations add my_migation

Apply migration

dotnet ef database update

List migrations

dotnet ef migrations list

Remove last migration

dotnet ef migrations remove
Previousdotnet ef installNextVS plugin crashes

Last updated 2 years ago