many to many doc example

hello, i want to know how its possible to get the same value in the doc for many to many ?https://orm.drizzle.team/docs/rqb#include-custom-fields
4 Replies
jack3d.brah
jack3d.brahOP2y ago
with: {
usersToGroups: {
columns: {
group: true,
},
},
},
with: {
usersToGroups: {
columns: {
group: true,
},
},
},
how is it possible ? usersToGroups doesn't have colums group
jack3d.brah
jack3d.brahOP2y ago
jack3d.brah
jack3d.brahOP2y ago
it tell me i can't assign '{ group: true; }' to '{ userId?: boolean | undefined; groupId?: boolean | undefined; }'.
Andrii Sherman
Use with Not columns
Want results from more Discord servers?
Add your server