update: 表opendb-news-categories 字段create_date defaultValue 改为 forceDefaultValue

This commit is contained in:
handongxun 2020-12-04 11:28:08 +08:00
parent 17a0f439d3
commit 4f6544f7a4

View File

@ -40,7 +40,7 @@
"create_date": { "create_date": {
"bsonType": "timestamp", "bsonType": "timestamp",
"description": "创建时间", "description": "创建时间",
"defaultValue": { "forceDefaultValue": {
"$env": "now" "$env": "now"
} }
} }