How to update column definition from domain

I created an ERD model using domain for columns have similar definition. I need to update an attribute of the column based on the domain. I expected that changing the attribute in the domain definition will propagate itself to all columns mapped to this domain… but it does not seem to be working.

What am I missing ?

Thanks

You can direct edit Column Domain and changes will auto synchronize to related Column(s).
However, below cases will cause specific property not include in the synchronization.

  • name property
  • property modified manually
  • primary key property (if column domain is under entity domain)

Hope it help.
Thank you for using Visual Paradigm.

It works, Thanks

Thank you for sharing …. very useful information.