_This issue has been moved from a ticket on Developer Community._
I suggest a new dotnet command to add a migration and on the same line already update the database:
"dotnet ef migrations add [name] updating database"
Thank you for taking the time to provide your suggestion. We will do some preliminary checks to make sure we can proceed further. We'll provide an update once the issue has been triaged by the product team.
Suggestion
dotnet ef migrations add [name] && dotnet ef database update
Most helpful comment
Suggestion
dotnet ef migrations add [name] && dotnet ef database update