samchon / prisma-markdown

Markdown generator of Prisma, including ERD and descriptions
MIT License
393 stars 18 forks source link

Complement #6 - do not draw implicit table when recursive relationship. #9

Closed samchon closed 10 months ago

samchon commented 10 months ago

When recursive 1: N relationship exists, prisma-markdown misunderstood it as implicit M: N relationship, so that wrote an invalid descript about non-existing table.

This PR fixes it.