Skip to content

Arrays are shown as their simple type #4110

Description

@maffe

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions