feat(er): add entity name alias

This commit is contained in:
Tom PERRILLAT-COLLOMB
2023-08-21 23:33:42 +02:00
parent 31c0a0cbab
commit e5315f2933
7 changed files with 80 additions and 3 deletions

View File

@@ -108,6 +108,20 @@
}
MANUFACTURER only one to zero or more CAR : makes
</pre>
<hr />
<pre class="mermaid">
erDiagram
p as Person {
string firstName
string lastName
}
a as "Customer Account" {
string email
}
p ||--o| a : has
</pre>
<hr />
<script type="module">
import mermaid from './mermaid.esm.mjs';