So I have this model here: <https://github.com/rob...
# orm-help
r
So I have this model here: https://github.com/robertwestbury/Typus/blob/feat/security/backend/prisma/schema.prisma#L48, and I create the model (through the
Form
model) here: https://github.com/robertwestbury/Typus/blob/feat/security/backend/src/controllers/FormController.ts#L33. When it's created, it's created like this:

https://i.imgur.com/vk8gxHH.png

(test-20d0) is the id of the parent
Form
. When I try to change the
recaptcha
field, my changes get put into the
honey
field and it goes back to the id of the
Form
. I have been struggling with this for hours now and this is pretty demotivating 😕
r
Hey Robert 👋 Could you pls open a bug report here regarding the above issue you're facing.