|
|
@@ -2103,7 +2103,7 @@ ADD COLUMN `totalView` int(11) NOT NULL DEFAULT 0 COMMENT '累计访问次数'
|
|
|
ADD COLUMN `totalUser` int(11) NOT NULL DEFAULT 0 COMMENT '总用户;总客户数' AFTER `totalView`,
|
|
|
ADD COLUMN `totalPurchaseOrder` int(11) NOT NULL DEFAULT 0 COMMENT '总采购订单' AFTER `totalUser`;
|
|
|
|
|
|
-=======linqh 2021.4.15
|
|
|
+=======linqh 2021-4-15
|
|
|
===
|
|
|
ALTER TABLE `xhStatIncome`
|
|
|
ADD COLUMN `totalAmount` decimal(9,2) NOT NULL DEFAULT 0 COMMENT '总收入金额' AFTER `amount`;
|
|
|
@@ -2121,3 +2121,6 @@ ADD COLUMN `shopId` int(11) UNSIGNED NOT NULL DEFAULT 0 COMMENT '门店ID' AFTE
|
|
|
ADD INDEX `idx_shopId` (`shopId`) ;
|
|
|
|
|
|
|
|
|
+======shish 2021-4-17
|
|
|
+ALTER TABLE xhStatIncomeMonth DROP INDEX `income`;
|
|
|
+ALTER TABLE xhStatIncome DROP INDEX `income`;
|