标签: mongodb foreign-keys
我是MongoDB的新手
我有两个类似
user: { name: "blah blah" location: reference to some other place } locations: { SomeCountry: {SomeState: [SomePlace,some other place]} }
我想将用户集合中的位置引用到位置集合的其他某个位置。我该怎么办?