samchon/prisma-markdown

Any way to include `Unsupported` fields?

alexjball opened this issue · 3 comments

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.

Can you provide a sample prisma schema file?

Hey, sure. Check out the schema.prisma and ERD.md files here

prisma/prisma#20756

This feature is not supported yet in the Prisma.

Will support your suggestion after Prisma starts supporting.