wailroth
Explore posts from serversDTDrizzle Team
•Created by wailroth on 10/22/2023 in #help
Schema to type
Hey guys, how do you make a schema item as a static type ?
for example, this thing:
as
24 replies
DTDrizzle Team
•Created by wailroth on 10/12/2023 in #help
Add even when object is null?
Hi guys,
I have some issues with my schema:
You can see a small part of my schema.
In fact, I can add a user item even when the product_id, that refers to my product id, doesn't exist.
How can I tackle this issue ? I should check before the insert in my request?
Thanks
7 replies