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`