migrate/1749191115_before_dma_question_add_operate_time.up.sql

4 lines
265 B
SQL

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`