If you have `COMMENT ON Table foo is "bla bla"` i...
# orm-help
i
If you have
COMMENT ON Table foo is "bla bla"
in PG database. Will prisma pull then use that comment in prisma file like this?:
Copy code
/// bla bla
model foo {
...
}
If you want this feature please upvote on. https://github.com/prisma/prisma/issues/8896