update collection/opendb-news-comments/collection.json.

- 增加单独的评论图片;
This commit is contained in:
wakary 2021-05-13 09:10:15 +08:00 committed by Gitee
parent f6512301ac
commit 9f8b0288ef

View File

@ -31,6 +31,11 @@
"title": "评论内容",
"trim":"right"
},
"comment_imgs": {
"bsonType": "array",
"description": "评论图片",
"title": "评论图片"
},
"like_count": {
"bsonType": "int",
"description": "评论喜欢数、点赞数"