JetBrains Rider
 
Get JetBrains Rider
Get your hands on the new features ahead of the release by joining the Early Access Program for Rider 2025.1! Learn more

Entity Framework Core: Add Migration

Last modified: 04 December 2024

This command creates a new migration.

Under the hood, JetBrains Rider will apply the dotnet ef migrations add 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 Add Migration command.