Columns of type enum in Postgres show up in the diagram as strings. Is there a way show the type as enum? Or maybe even add enums to the diagram as entities?
As enums are a postgresql specific topic, I think handling this as string is fine for now, except there is a nice way to represent enums in .er (erd) files or in mermaid ER-diagrams
Columns of type enum in Postgres show up in the diagram as strings. Is there a way show the type as enum? Or maybe even add enums to the diagram as entities?
Thanks, this is a great package.