NGToolsAdmin/uniCloud-aliyun/database/opendb-news-comments.index.json

26 lines
552 B
JSON
Raw Normal View History

2024-09-13 08:39:31 +00:00
[
{
"IndexName": "article_id_",
"MgoKeySchema": {
"MgoIndexKeys": [
{
"Name": "article_id",
"Direction": "1"
}
],
"MgoIsUnique": false
}
},
{
"IndexName": "user_id_",
"MgoKeySchema": {
"MgoIndexKeys": [
{
"Name": "user_id",
"Direction": "1"
}
],
"MgoIsUnique": false
}
}
]