. , , ER UML CD .
True, if you want to explicitly model everything (for example, pks or unique identifiers), you will need to use a UML profile. However, if you are satisfied with the use of certain conventions (for example, adding a surrogate pk for each table, removing automatically from fks from associations ...), you can even skip the profile. An example of this approach read this
source
share