message add status
This commit is contained in:
parent
cb83ce3f49
commit
8c254ca14a
2
1750904724_table_messages_add_batch_id.up.sql
Normal file
2
1750904724_table_messages_add_batch_id.up.sql
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
ALTER TABLE `ufutx_messages`
|
||||||
|
ADD COLUMN `batch_id` varchar(191) default null comment "批次号" after `err_msg`
|
2
1750905169_table_messages_add_status.up.sql
Normal file
2
1750905169_table_messages_add_status.up.sql
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
ALTER TABLE `ufutx_messages`
|
||||||
|
ADD COLUMN `status` varchar(191) default null comment "DELIVRD 接收成功 UNDELIV 接收失败(信号不良,关停机,黑名单等异常情况)" after `err_msg`
|
Loading…
Reference in New Issue
Block a user