Hello, I would like to create an entry, which is ...
# orm-help
m
Hello, I would like to create an entry, which is related to a parent. How to create the child if the parent does not exist? Upsert doesn't allow me to do it...
n
Hey Mathie 👋 Can you please share your models and query which you tried invoking? So you want to directly insert a child without any foreign key which points to the parent?