JetBrains Rider
 
2024.3
Get JetBrains Rider

Entity Framework Core: Update Database

Last modified: 04 December 2024

This command updates a database using the specified migration. To update production databases, you can also use an SQL script that you can create with the Generate SQL Script command.

Under the hood, JetBrains Rider will apply the dotnet ef database update command with the corresponding arguments. Make sure that dotnet ef global tool is installed on your machine.

Below is the list of options for the Update Database command.