update collection/opendb-admin-log/collection.json.

This commit is contained in:
崔红保 2020-11-04 18:23:45 +08:00 committed by Gitee
parent f09d462214
commit ab54e69538

View File

@ -18,19 +18,23 @@
},
"user_name": {
"bsonType": "string",
"description": "用户名或昵称,冗余设计"
"description": "用户名或昵称,冗余设计",
"title":"用户"
},
"content": {
"bsonType": "string",
"description": "日志内容,如:修改密码"
"description": "日志内容,如:修改密码",
"title":"内容"
},
"ip": {
"bsonType": "string",
"description": "ip地址"
"description": "ip地址",
"title": "IP"
},
"create_date": {
"bsonType": "timestamp",
"description": "创建时间"
"description": "创建时间",
"title": "时间"
}
}
},