You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
Expected behaviour
when creating an er schema that contains an array i expect that the schema gets rendered with the the property correctly
Actual behaviour
The chema renders up untill the table before the one containing the array
Include:
The text was updated successfully, but these errors were encountered: