From c4fe157c09b95350e3e1fa3b3cd428cdf9457341 Mon Sep 17 00:00:00 2001 From: Hankin Date: Fri, 6 Jun 2025 16:54:21 +0800 Subject: [PATCH] before dma question other_remark --- 1749199920_table_before_dma_question_add_other_remark.up.sql | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 1749199920_table_before_dma_question_add_other_remark.up.sql diff --git a/1749199920_table_before_dma_question_add_other_remark.up.sql b/1749199920_table_before_dma_question_add_other_remark.up.sql new file mode 100644 index 0000000..a4ffea5 --- /dev/null +++ b/1749199920_table_before_dma_question_add_other_remark.up.sql @@ -0,0 +1,2 @@ +ALTER TABLE `ufutx_before_dma_question` +ADD column `other_remark` varchar(255) default NULL comment "第二备注" after `other_operate_time` \ No newline at end of file