|
@@ -86,7 +86,7 @@ namespace AppConfig
|
|
|
"`ProfitNonDirectTradeAmt` decimal(18,2) NOT NULL DEFAULT '0.00'," +
|
|
"`ProfitNonDirectTradeAmt` decimal(18,2) NOT NULL DEFAULT '0.00'," +
|
|
|
"`ProfitDirectTradeAmt` decimal(18,2) NOT NULL DEFAULT '0.00'," +
|
|
"`ProfitDirectTradeAmt` decimal(18,2) NOT NULL DEFAULT '0.00'," +
|
|
|
"PRIMARY KEY (`Id`) USING BTREE," +
|
|
"PRIMARY KEY (`Id`) USING BTREE," +
|
|
|
- "KEY `TradeDaySummaryIndex` (`UserId`,`TradeMonth`,`TradeDate`,`BrandId`,`QueryCount`,`VipFlag`,`PayType`,`SeoTitle`)" +
|
|
|
|
|
|
|
+ "KEY `TradeDaySummaryIndex` (`UserId`,`BrandId`,`QueryCount`,`VipFlag`,`PayType`,`SeoTitle`)" +
|
|
|
") ENGINE=InnoDB AUTO_INCREMENT=1 DEFAULT CHARSET=utf8;" +
|
|
") ENGINE=InnoDB AUTO_INCREMENT=1 DEFAULT CHARSET=utf8;" +
|
|
|
"SET FOREIGN_KEY_CHECKS = 1;";
|
|
"SET FOREIGN_KEY_CHECKS = 1;";
|
|
|
}
|
|
}
|