1234567891011121314151617181920212223242526272829303132333435363738 |
- [
- {
- "IndexName": "sort_",
- "MgoKeySchema": {
- "MgoIndexKeys": [
- {
- "Name": "sort",
- "Direction": "1"
- }
- ],
- "MgoIsUnique": false
- }
- },
- {
- "IndexName": "status_",
- "MgoKeySchema": {
- "MgoIndexKeys": [
- {
- "Name": "status",
- "Direction": "1"
- }
- ],
- "MgoIsUnique": false
- }
- },
- {
- "IndexName": "category_id_",
- "MgoKeySchema": {
- "MgoIndexKeys": [
- {
- "Name": "category_id",
- "Direction": "1"
- }
- ],
- "MgoIsUnique": false
- }
- }
- ]
|