before dma question add operate_time

This commit is contained in:
Hankin 2025-06-06 14:26:48 +08:00
parent 0d3daacffb
commit 7103625e25

View File

@ -0,0 +1,3 @@
ALTER TABLE `ufutx_before_dma_question`
ADD column `operate_time` timestamp null default null comment "操作时间" after `operate_user_name`,
ADD column `other_operate_time` timestamp null default null comment "第二操作时间" after `other_operate_user_name`