mirror of
https://gitee.com/dcloud/opendb.git
synced 2024-12-26 22:41:15 +08:00
应用表:新增创建者、所有者ID
This commit is contained in:
parent
7d1dc263ce
commit
f917b74ed4
@ -52,6 +52,18 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
"creator_uid": {
|
||||
"description": "创建者的user_id,创建者必然是用户",
|
||||
"bsonType": "string"
|
||||
},
|
||||
"owner_type": {
|
||||
"bsonType": "int",
|
||||
"description": "当前应用归属者类型,1:个人,2:企业"
|
||||
},
|
||||
"owner_id": {
|
||||
"description": "当前应用归属者的id,所有者可能是个人,也可以能是公司",
|
||||
"bsonType": "string"
|
||||
},
|
||||
"create_date": {
|
||||
"bsonType": "timestamp",
|
||||
"label": "创建时间",
|
||||
|
Loading…
Reference in New Issue
Block a user