Any way to include `Unsupported` fields?
alexjball opened this issue · 3 comments
alexjball commented
Thank you for this tool!
I use Prisma with PostGIS and include geometry columns that use the Unsupported
field type. This tool does not include these fields in the generated documentation. The other diagramming generator prisma-erd-generator
also does not include these fields so I'm unsure if it's a limitation in Prisma's generator API or not.
samchon commented
Can you provide a sample prisma schema file?
samchon commented
This feature is not supported yet in the Prisma.
Will support your suggestion after Prisma starts supporting.