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.
我想在 mongo db 中添加一个日期字段。我正在使用 robo mongo。我怎样才能做到这一点?
如果是字符串,我们可以通过“”来完成,如果是数字,我们可以通过 NumberInt 来完成。日期字段的数据类型是什么?另外,如何插入当前日期?
db.yourcollection.insert({date_field_name:new Date()})