From 27f02ee49a7e2d2840689f986820ce976e09af2d Mon Sep 17 00:00:00 2001 From: Hankin Date: Thu, 5 Jun 2025 13:52:45 +0800 Subject: [PATCH] before_dma_question add other_status --- 1749088749_table_before_dma_question_add_other_status.up.sql | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 1749088749_table_before_dma_question_add_other_status.up.sql diff --git a/1749088749_table_before_dma_question_add_other_status.up.sql b/1749088749_table_before_dma_question_add_other_status.up.sql new file mode 100644 index 0000000..de1a3d4 --- /dev/null +++ b/1749088749_table_before_dma_question_add_other_status.up.sql @@ -0,0 +1,4 @@ +ALTER TABLE `ufutx_before_dma_question` +ADD column `other_status` tinyint default 0 comment "第二状态" after `status`, +ADD column `other_operate_user_name` varchar(100) default NULL comment "第二操作人名" after `operate_user_name`, +ADD column `other_operate_user_id` int default NULL comment "第二操作人" after `operate_user_name`