Hi,
I have a relationship between two entities. The primary key of entity A is a foreign key in Entity B. The primary key was originally a NUMERIC with precision 7 and scale 0. Then I changed the precision of the attribute in entity A to be 10. Is there a way to sync / refresh the change to the foreign keys in related tables?They still show with precision 7. When I engineer the model to a relational model, the precisions are there correctly both 10.
Logical model:

Relational model after engineering from logical model:
