开发者

Is it possible to have a "Time" Schema in Mongoose?

开发者 https://www.devze.com 2023-04-08 07:47 出处:网络
I know I can 开发者_高级运维do Date. but what about Time?Are you just trying to get created at/updated at timestamps? If so you can use mongoose-types to add that as a plugin. Or you could use a mixed

I know I can 开发者_高级运维do Date. but what about Time?


Are you just trying to get created at/updated at timestamps? If so you can use mongoose-types to add that as a plugin. Or you could use a mixed type I suppose.

0

精彩评论

暂无评论...
验证码 换一张
取 消