Skip to content

Don't support array #122

Open
Open
@davidescapolan01

Description

Expected behaviour

when creating an er schema that contains an array i expect that the schema gets rendered with the the property correctly

erDiagram
    COMPANY {
        int id PK
        string name
    }
    
    ALARM_MODULE {
        int id PK
        string[] name
        int company FK
        int default_context FK
        int default_scope FK
        int default_asset_management_class FK
        int default_alarm_management_class FK
    }
    
    COMPANY ||--o{ ALARM_MODULE : "has"
    
erDiagram
    COMPANY {
        int id PK
        string name
    }
    
    ALARM_MODULE {
        int id PK
        string[] name
        int company FK
        int default_context FK
        int default_scope FK
        int default_asset_management_class FK
        int default_alarm_management_class FK
    }
    
    COMPANY ||--o{ ALARM_MODULE : "has"
    
Loading

Actual behaviour

The chema renders up untill the table before the one containing the array

Include:

  • Screenshot
  • Preview mode: Mermaid|Markdown
  • Theme used: light|dark

Schema without the array field
Schema with array field

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions