migrate/1749199920_table_before_dma_question_add_other_remark.up.sql

2 lines
141 B
MySQL
Raw Normal View History

2025-06-06 16:54:21 +08:00
ALTER TABLE `ufutx_before_dma_question`
ADD column `other_remark` varchar(255) default NULL comment "第二备注" after `other_operate_time`