Self Checks
Version Type
CLI Version (npm package)
Version (only for Self Hosted)
v0.7.24 + 1df0824 (2025-11-25)
Steps to reproduce
CREATE TABLE addresses (
email_to TEXT[] NOT NULL
);
Expected Behavior
The ERD should show the type as text[] (nested arrays like text[][] should also be supported).
Actual Behavior
The ERD shows the type as text.
Additional Context
This affects the table in the ERD and the detail view of the selected table.
Self Checks
Version Type
CLI Version (npm package)
Version (only for Self Hosted)
v0.7.24 + 1df0824 (2025-11-25)
Steps to reproduce
Expected Behavior
The ERD should show the type as
text[](nested arrays liketext[][]should also be supported).Actual Behavior
The ERD shows the type as
text.Additional Context
This affects the table in the ERD and the detail view of the selected table.