So I need to update the model from the db. The issue is that I want the new table to replace an existing one.
This is the format of my existing table.

Here is the new table after import it from the DB.

I delete the original table and rename the fields to match, build and get errors. I am getting errors because it can't find UserProfileTenant. When I use intellisense I see that it has USR_PROFILE_TENANT2 instead of UserProfileTenant.
I'm not sure where I need to update to have names properly updated.