How can I declare bidirectional one to one relation in Prisma?
I have two models, Ingreso y Gasto, one Ingreso can reference to one Gasto by the ID, and one Gasto can reference to one Ingreso by the ID too.
I have two models, Ingreso y Gasto, one Ingreso can reference to one Gasto by the ID, and one Gasto can reference to one Ingreso by the ID too.