NGToolsAdmin/uniCloud-aliyun/database/opendb-news-comments.index.json
2024-09-13 16:39:31 +08:00

26 lines
552 B
JSON

[
{
"IndexName": "article_id_",
"MgoKeySchema": {
"MgoIndexKeys": [
{
"Name": "article_id",
"Direction": "1"
}
],
"MgoIsUnique": false
}
},
{
"IndexName": "user_id_",
"MgoKeySchema": {
"MgoIndexKeys": [
{
"Name": "user_id",
"Direction": "1"
}
],
"MgoIsUnique": false
}
}
]