Join Slack
Powered by
Or do i have to manually create the 'middle table'...
# orm-help
p
pllumh
12/14/2018, 2:04 PM
Or do i have to manually create the 'middle table' like:
Copy code
type UserProject { id: ID! @unique member: User! project: Project! role: ProjectRoles! }
n
nuno
12/14/2018, 3:59 PM
You have to create that "middle table"
nuno
12/14/2018, 4:00 PM
I'm not sure if adding extra data to the pivot tables is under consideration by the prisma team. Maybe someone can clarify this, please.
3
Views
Open in Slack
Previous
Next