can I somehow tell prisma that my field called use...
# orm-help
o
can I somehow tell prisma that my field called user_id is the required id ?
e
Right now, that is not possible, as Prisma enforces the
Node
interface for each user, which requires the field
id
.