chore(plantuml): Add publicId to note

Signed-off-by: Philip Molares <philip.molares@udo.edu>
This commit is contained in:
Philip Molares 2021-05-16 22:54:45 +02:00
parent 840ca2fa6c
commit ae95c50aa4

View file

@ -5,6 +5,7 @@ skinparam nodesep 60
entity "note" {
*id : uuid <<generated>>
--
publicId: text
alias : text
*viewCount : number
*ownerId : uuid <<FK user>>