Update-Database command is not working in ASP.Net Core / Entity Framework Core because object in database already exists
I was updating my database by the command line, but then I manually updated one of my tables. This seems to have disrupted my ability to update-database. I receive the following error when I try to update: System.Data.SqlClient.SqlException: There is already an object named 'ClientsAndTestimonials' in the database. at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose) at System.Data