sqlant icon indicating copy to clipboard operation
sqlant copied to clipboard

Fix table view that doesn't have private keys

Open kurotych opened this issue 9 months ago • 0 comments

~~use object keyword for such~~

UPD: hide empty members should fix the problem + remove '---' from template if no PKs

https://github.com/plantuml/plantuml/issues/1304

STR:

@startuml

hide circle
skinparam linetype ortho

!include https://raw.githubusercontent.com/kurotych/sqlant/b2e5db9ed8659f281208a687a344b34ff38129cd/puml-lib/db_ent.puml

table(customer) {
  ---
  column(name, "text", $nn=true)
}

@enduml

Image

kurotych avatar Apr 20 '25 15:04 kurotych