我想制作MongoDb食品网站架构。我有三个收藏品
酒店有name, delivery_time, delivery_fees, slug, title, etc other
类别包含name, or id
我如何使用它们之间的链接
item包含这些字段name, price,rating, hotel_id, or etc others
如何为用户和订单创建这些表的方案?
答案 0 :(得分:0)
请浏览Database Object-Relational Developer's Guide以了解如何创建数据库架构。
例如,我可以展示如何做到这一点。但是,您需要根据需要对其进行自定义。
reference
浏览上面的文档,尝试为自己创建架构。如果你在这样做时遇到任何问题,那么你应该在Stack Overflow上提问。
MongoDB中的引用:
要在其他collection
中添加collection
个mongoose populate
,您可以使用$("googleMap").append(map);
。请仔细阅读Mongoose Docs以便更好地理解。
我希望这会有所帮助。