2016年1月26日 星期二

mongoose ref 要注意

module.exports = mongoose.model('accounts'//<===要注意
, Account);

postedBy: {
        type: mongoose.Schema.Types.ObjectId,
        ref: 'accounts' <==要注意
    }

沒有留言:

張貼留言