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
erDiagram
some_entity {
character varying id PK
timestamp without time zone createdAt
}
Loading
because the type of the id column is rendered as character varying (with whitespace). There's also timestamp without time zone, timestamp with time zone, character varying, double precision, and likely others.
The text was updated successfully, but these errors were encountered:
Currently the following entity (among many other types):
renders the following invalid mermaid code:
because the type of the id column is rendered as
character varying
(with whitespace). There's alsotimestamp without time zone
,timestamp with time zone
,character varying
,double precision
, and likely others.The text was updated successfully, but these errors were encountered: