From 7103625e25eb883a2ac072b8ba2179e63cdc5262 Mon Sep 17 00:00:00 2001 From: Hankin Date: Fri, 6 Jun 2025 14:26:48 +0800 Subject: [PATCH] before dma question add operate_time --- 1749191115_before_dma_question_add_operate_time.up.sql | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 1749191115_before_dma_question_add_operate_time.up.sql diff --git a/1749191115_before_dma_question_add_operate_time.up.sql b/1749191115_before_dma_question_add_operate_time.up.sql new file mode 100644 index 0000000..2a7f51e --- /dev/null +++ b/1749191115_before_dma_question_add_operate_time.up.sql @@ -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`