33333333333

This commit is contained in:
777
2025-02-17 16:50:26 +08:00
parent 2e0d463354
commit 7d0186302e
7 changed files with 61 additions and 0 deletions

3
doc/2025-05-17.sql Normal file
View File

@@ -0,0 +1,3 @@
ALTER TABLE `cai_user_count`
ADD COLUMN `new_fans_count` int NOT NULL DEFAULT 0 COMMENT '新增粉丝数' AFTER `give_gift_count`,
ADD COLUMN `new_visitor_count` int NOT NULL DEFAULT 0 COMMENT '新增访客数' AFTER `give_gift_count`;