You know in updateOrCreate method we pass two parameters. The first parameter is used to check for a match and the second parameter carries the data that needs to be updated.
But in my scenario I need to update the same data that I'm passing in the 1st parameter. But I can't update it If I pass the same in the second parameter.
What could be the solution for this?