Ethan Zoller
03/08/2021, 10:01 PMpropagandalf
03/09/2021, 12:39 AMpropagandalf
03/09/2021, 12:42 AMpost.create({
data: {
title,
content,
userId: 3,
},
include: { author: true },
});
Notice the userId property, which is a reference to the user table, where I then include the author for a "related" query