mirror of
https://gitee.com/dcloud/opendb.git
synced 2024-11-10 11:09:44 +08:00
update collection/opendb-admin-log/collection.json.
This commit is contained in:
parent
f09d462214
commit
ab54e69538
@ -18,19 +18,23 @@
|
|||||||
},
|
},
|
||||||
"user_name": {
|
"user_name": {
|
||||||
"bsonType": "string",
|
"bsonType": "string",
|
||||||
"description": "用户名或昵称,冗余设计"
|
"description": "用户名或昵称,冗余设计",
|
||||||
|
"title":"用户"
|
||||||
},
|
},
|
||||||
"content": {
|
"content": {
|
||||||
"bsonType": "string",
|
"bsonType": "string",
|
||||||
"description": "日志内容,如:修改密码"
|
"description": "日志内容,如:修改密码",
|
||||||
|
"title":"内容"
|
||||||
},
|
},
|
||||||
"ip": {
|
"ip": {
|
||||||
"bsonType": "string",
|
"bsonType": "string",
|
||||||
"description": "ip地址"
|
"description": "ip地址",
|
||||||
|
"title": "IP"
|
||||||
},
|
},
|
||||||
"create_date": {
|
"create_date": {
|
||||||
"bsonType": "timestamp",
|
"bsonType": "timestamp",
|
||||||
"description": "创建时间"
|
"description": "创建时间",
|
||||||
|
"title": "时间"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user