Column names in each table must be unique. Column name 'StripeRecipientId' in table 'dbo.Foos' is specified more than once
Run the Add-Migration
command with the -IgnoreChanges
flag. Then run Update-Database
again.
-Update-
These commands should be run in the Package Manager Console. From the main menu: Tools-> NuGet Package Manager -> Package Manager Console.
Add-Migration -IgnoreChanges as it is worked for me, but still threw up more errors.