33333333333
This commit is contained in:
3
doc/2025-05-17.sql
Normal file
3
doc/2025-05-17.sql
Normal 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`;
|
||||
Reference in New Issue
Block a user