Closed takahashi-sdi closed 7 months ago
This looks like an issue with some formats supported by typeorm that are not mysql DB data types. For example, the same issue can occur with simple-json other than double precision. I'll see if I can find a way to fix it, or feel free to send me a PR with your own fix.
Hello,
I have an entity that includes a double precision type.
Erdia generates mermaid source code as follows.
This code syntax is invalid because mermaid does not support the double precision type.