Display an array of enum

Hello DBDiagram team,

Do we have the ability to assign column type as enum array? As of now, if i set it as enum array, i lose the function to see enum values like this

10

1 Like

I’m looking to implement this as well, any idea anyone ?

Hi Oliver and Daniel,

I am Huy Phung from the dbdiagram team.

Thank you for your feature suggestions; we have noted them and will take them into consideration in the future.

Have a wonderful week.

Best wishes,
Huy Phung

Hi @huy-dbdiagram,

Any updates on enum array display support? This is still affecting PostgreSQL projects in 2025 – would love to see enum values visible for arrays as well.

A simple hover tooltip showing the enum values would be incredibly helpful.

Thanks!

Hi @stephane.doueihi,

While we understand the need for a display enum array, supporting this is currently not high on our priority list.

For now, there’s a workaround to make displaying the enum work: you can duplicate the enum that needs to be used as an enum array and name it <enum_name>[]

Screenshot from 2025-07-11 12-32-32

I hope this helps answer your questions.