variable_name
Explore posts from serversDTDrizzle Team
•Created by variable_name on 8/29/2023 in #help
Each element of array is a foreign key
Hello, I'm trying to figure out how to create a postgres schema that will hold an array of ids property, and each element of that array is a foreign key. Is this possible with Drizzle?
Here's my implementation:
But I'm getting an error:
5 replies