cehua_hzl
2018-08-28 4488e25243ee8e6433c5372b1c94568f8c7df3ea
db/PyMongoDataServer/index/GameLog.txt
New file
@@ -0,0 +1,11 @@
#数据库的索引字典
{
    'tagCashRecLog':   #表名
    {
        'OrderId_1':   #索引名
        {
            'unique':True,
            'key':[ ('OrderId', 1) ]   #索引的字典和递增(1)或递减(-1)
   }
    },
}