time: { $currentDate: { $type: "timestamp" } } });
它不适用于 insert()
有人可以帮助我吗?
db.collection.insertOne({
data: "example",
time: { $type: "timestamp" } // Set current timestamp
});
这会将文档插入集合时的时间字段设置为当前时间戳。
如果您将 insertOne() 与 $currentDate 一起使用并且它没有按预期工作,请确保