keonik/prisma-erd-generator

Support mapped column names with special characters

michaelaltmann opened this issue · 3 comments

For example
amount Float? @Map("Amount (LCY)")

I believe this already works

amount Float? @map("Amount (LCY)")

Wait nevermind. This is less of a library limitation and more of a mermaid issue. I just tried fixing the regex used to get the strings. Even after getting it to parse out the right string, it failed in the mermaid command.

Closing as this is a limit of mermaid