Nathaniel Babalola
08/20/2021, 2:24 PMconnect
to set a foreignKey....like a userId or I can also just set directly?
userId: 64
or
userId: {
connect: {
id: 64
}
}
Ryan
08/20/2021, 2:57 PMconnect
else you can directly specify the foreign key.Nathaniel Babalola
08/20/2021, 3:33 PM