zjl
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  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...