Files
t/uniCloud-alipay/database/opendb-search-log.schema.json
T
2025-06-13 20:46:10 +08:00

1 line
450 B
JSON

{"bsonType":"object","permission":{"create":true,"delete":false,"read":true,"update":false},"properties":{"_id":{"description":"ID,系统自动生成"},"content":{"bsonType":"string","description":"搜索内容"},"create_date":{"bsonType":"timestamp","description":"统计时间"},"device_id":{"bsonType":"string","description":"设备id"},"user_id":{"bsonType":"string","description":"收藏者id,参考uni-id-users表"}},"required":["content"]}