samchon / prisma-markdown

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

Keep sequence of tables. #10

Closed samchon closed 9 months ago

samchon commented 9 months ago

When writing description comments on a specific prisma model and using only @describe or @erd tags, the model had been placed on the last position in the markdown document.

This PR fixes the bug, and keep just original sequence in the prisma schema file.