- I have entity Customer under group name Customers
- I moved the Customer entity to a new group TestCustomers
- The Customer db table changes in the meantime renaming a field from LastName to Surname
- I do a Refresh Relational Model Data from a Database in the Catalog Explorer
- No changes can be seen in my TestCustomers\Customer entity as it still has a field named LastName
Is this because the Designer has some kind of binding between it and the old entity path Customers\Customer?
How can I achieve the update I want?