|
|
@@ -1,3 +1,10 @@
|
|
|
+2019.12.19 抽奖表名的修改
|
|
|
+RENAME TABLE `xhLuckyDrawActivity` TO `xhDraw`;
|
|
|
+RENAME TABLE `xhLuckyDrawAward` TO `xhDrawPrize`;
|
|
|
+RENAME TABLE `xhLuckyDrawAwardCustomer` TO `xhDrawWin`;
|
|
|
+RENAME TABLE `xhLuckyDrawAwardParticipant` TO `xhDrawRecord`;
|
|
|
+RENAME TABLE `xhDrawCash` TO `xhWithdraw`;
|
|
|
+
|
|
|
2019.12.19 统计表的变更 注意线上哪些统计相关的表有数据,要转化!!!
|
|
|
RENAME TABLE `xhStatOrderByDay` TO `xhStatOrder`;
|
|
|
RENAME TABLE `xhStatOrderSourceByDay` TO `xhStatOrderSource`;
|
|
|
@@ -8,12 +15,14 @@ RENAME TABLE `xhStatVisitByDay` TO `xhStatVisit`;
|
|
|
RENAME TABLE `xhStatOutDay` TO `xhStatOut`;
|
|
|
RENAME TABLE `xhStatInDay` TO `xhStatIn`;
|
|
|
RENAME TABLE `xhStatDealByDay` TO `xhStatDeal`;
|
|
|
-drop table if exists `xhStatDeal`;
|
|
|
+DROP TABLE IF EXISTS `xhStatDeal`;
|
|
|
DROP TABLE IF EXISTS `xhStatView`;
|
|
|
DROP TABLE IF EXISTS `xhStatViewSource`;
|
|
|
DROP TABLE IF EXISTS `xhStatVisit`;
|
|
|
RENAME TABLE `xhVisitByDay` TO `xhStatVisit`;
|
|
|
RENAME TABLE `xhVisitByMonth` TO `xhStatVisitMonth`;
|
|
|
+DROP TABLE IF EXISTS `xhMerchantOutCapital`;
|
|
|
+DROP TABLE IF EXISTS `xhMerchantInCapital`;
|
|
|
|
|
|
2019.12.19 shish 微信菜单相关
|
|
|
ALTER TABLE `xhWxMenu` MODIFY `replyType` TINYINT NOT NULL DEFAULT 0 COMMENT '回复给粉丝的类型 0跳转链接 1文字 2单图文';
|