Alias database table in ERD
Hi
When building large ERDs for databases with multiple modules you inevitably end up having the same entity across multiple tabs(modules) of the ERD. This creates a headache when changes happen during projects.
Ideally you would define the attributes for an entity once only and then just use "alias" instances across the ERD. If a change to the list of attributes or a data type was necessary you would need to change that just once and all the alias tables would reflect that change automatically.
I was searching for such feature but didn't find anything. I am guessing that it is touch luck but I thought I would ask the experts just in case.
Cheers