message add status

This commit is contained in:
Hankin 2025-06-26 10:34:19 +08:00
parent cb83ce3f49
commit 8c254ca14a
2 changed files with 4 additions and 0 deletions

View File

@ -0,0 +1,2 @@
ALTER TABLE `ufutx_messages`
ADD COLUMN `batch_id` varchar(191) default null comment "批次号" after `err_msg`

View File

@ -0,0 +1,2 @@
ALTER TABLE `ufutx_messages`
ADD COLUMN `status` varchar(191) default null comment "DELIVRD 接收成功 UNDELIV 接收失败(信号不良,关停机,黑名单等异常情况)" after `err_msg`