samchon / prisma-markdown

Markdown generator of Prisma, including ERD and descriptions
MIT License
315 stars 14 forks source link

Any way to include `Unsupported` fields? #3

Open alexjball opened 9 months ago

alexjball commented 9 months ago

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 9 months ago

Can you provide a sample prisma schema file?

alexjball commented 8 months ago

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

samchon commented 8 months ago

https://github.com/prisma/prisma/issues/20756

This feature is not supported yet in the Prisma.

Will support your suggestion after Prisma starts supporting.