これを行うには、ユーザーにデータを入力します。
クエリにユーザーを入力してみてください:
コード:
post.find().populate('User').exec(function(err,post){
console.log(post);
console.log(post.User);
})
これを行うには、ユーザーにデータを入力します。
クエリにユーザーを入力してみてください:
コード:
post.find().populate('User').exec(function(err,post){
console.log(post);
console.log(post.User);
})