消息通知以及一分钟演讲验证
This commit is contained in:
parent
8063a4476a
commit
afc282472d
3
1722503530_change_table_notice_center.up.sql
Normal file
3
1722503530_change_table_notice_center.up.sql
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
ALTER TABLE `ufutx_notice_center_log` ADD COLUMN `from_user_id` int(11) NULL COMMENT '发送方用户id' AFTER `source`,
|
||||||
|
ADD INDEX `user_id`(`user_id`) USING BTREE,
|
||||||
|
ADD INDEX `source`(`source`) USING BTREE;
|
Loading…
Reference in New Issue
Block a user