maurerle / eralchemy2

Entity Relation Diagrams generation tool - DEPRECATED
https://github.com/eralchemy/eralchemy
Apache License 2.0
69 stars 16 forks source link

Support for enum columns #17

Open scottrmercer opened 1 year ago

scottrmercer commented 1 year ago

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.

maurerle commented 1 year ago

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