Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
私の場合は大文字の「ID」という別の名前をスキーマ_idフィールドのエイリアスとして使用することは可能ですか? 仮想を追加する必要がありますか、またはこれを設定する別の方法はありますか?
どんな助けでもありがたく受けました。
そのために仮想属性を使用します。次のように:
yourSchema.virtual('ID').get(function() { return this._id; });