heliosalves
08/12/2022, 6:31 PMSection
and this table is linked to another table SectionItem
, I have two other tables, Quotation
and Invoice
and I want to be able to add sections and sectionItems to either Quotation
or Invoice
. Is this even possible? How could I do this in Prisma? How can I create a model that allows me to do this?
Thank youChris Tsongas
08/12/2022, 8:58 PMheliosalves
08/12/2022, 9:28 PM