mongodb - schema中格式时间
时间:2019-09-20 02:20:49
收藏:0
阅读:164
date:{
type: String,
default: () => moment(new Date()).format(‘YYYY-MM-DD HH:mm:ss‘),
}
原文:https://www.cnblogs.com/500m/p/11553128.html
评论(0)