Results 4 comments of zjl

> It is just a statement of a current fact: Prisma currently does not support reading or modifying the comments of tables and columns in databases, but we do support...

> when there is an empty line between the comment and model, can not get documentation ![image](https://private-user-images.githubusercontent.com/11720169/285767751-a5c97bda-52b8-4443-a2a4-b1a929aa3491.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTEiLCJleHAiOjE3MDEwNzUwNDksIm5iZiI6MTcwMTA3NDc0OSwicGF0aCI6Ii8xMTcyMDE2OS8yODU3Njc3NTEtYTVjOTdiZGEtNTJiOC00NDQzLWEyYTQtYjFhOTI5YWEzNDkxLnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFJV05KWUFYNENTVkVINTNBJTJGMjAyMzExMjclMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjMxMTI3VDA4NDU0OVomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPTFkMThkNzNlMjE2MDNkYWFkNzU2ODE2ODM2OTg5OWFlMWFkMWYyMzc1NTkyZDk5NGE1YzU4NzhlNDI5ODNkZWImWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0JmFjdG9yX2lkPTAma2V5X2lkPTAmcmVwb19pZD0wIn0.ejozFzhdGYNXQINDYEai1c74GgveK1SIWCQkNmFlDqY) i wan to know why do not process empty line. THX https://github.com/prisma/prisma-engines/blob/main/psl/schema-ast/src/parser/parse_schema.rs#L54 maybe...

> I think this is consistent with pretty much any doc-comment systems out there? Putting empty line after a comment would detach it from the thing it used to document...

> That sounds dangerous. If I just want to take a note in the middle of the file, when using a `///` it would then get attached magically to the...