cehua_LC
2018-09-25 d318a9123957bee591fd0dd06bbd9e666ba9aa05
db/PyMongoDataServer/index/GameLog.txt
@@ -1,11 +1,11 @@
#数据库的索引字典
{
    'tagCashRecLog':   #表名
    {
        'OrderId_1':   #索引名
        {
            'unique':True,
            'key':[ ('OrderId', 1) ]   #索引的字典和递增(1)或递减(-1)
   }
    },
}
#数据库的索引字典
{
    'tagCashRecLog':   #表名
    {
        'OrderId_1':   #索引名
        {
            'unique':True,
            'key':[ ('OrderId', 1) ]   #索引的字典和递增(1)或递减(-1)
   }
    },
}