Solutions
dotnet ef migrations add RenameFieldA dotnet ef database update dotnet ef migrations add RenameFieldB dotnet ef database update
Use Explicit Mapping When renaming fields, explicitly define the old and new names in the migration script. This removes ambiguity.