Leandro Hermes Neto
Results
1
comments of
Leandro Hermes Neto
You could achieve this by adding a [three-slash comment](https://www.prisma.io/docs/concepts/components/prisma-schema#comments) to the column, which will be generated as JSDocs, allowing you to mark it as deprecated: ```prisma model User { id...