feat(er): use square brackets to add aliases

This commit is contained in:
Tom PERRILLAT-COLLOMB
2023-08-22 11:05:09 +02:00
parent cc8b4572d5
commit a7ae1b6890
5 changed files with 20 additions and 19 deletions

View File

@@ -112,12 +112,12 @@
<pre class="mermaid">
erDiagram
p as Person {
string firstName
string lastName
p[Person] {
string firstName
string lastName
}
a as "Customer Account" {
string email
a["Customer Account"] {
string email
}
p ||--o| a : has
</pre>