I am two tables. Table dbo.TempTable was created as a temp table in my SQL database and is not part of my dbContext. Table dbo.entityTable is part of my dbContext. Can I delete Table dbo.entityTable in Sql and Rename Table dbo.TempTable to dbo.entityTable without disrupting my entity model?
Thanks in advance