提交 70a8c62f 编写于 作者: DCloud_JSON's avatar DCloud_JSON

Create unicloud-test.schema.json

上级 8aa19b2a
// 文档教程: https://uniapp.dcloud.net.cn/uniCloud/schema
{
"bsonType": "object",
"required": [],
"permission": {
"read": false,
"create": false,
"update": false,
"delete": false
},
"properties": {
"_id": {
"description": "ID,系统自动生成"
},
"product": {
"description": "产品名称",
"bsonType": "string"
},
"create_time": {
"description": "创建时间",
"bsonType": "timestamp",
"defaultValue":{
"$env": "now"
}
}
}
}
\ No newline at end of file
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册