migrate/1728635407_change_table_dma_question.up.sql
2024-10-11 16:33:18 +08:00

2 lines
111 B
SQL

ALTER TABLE `ufutx_dma_question`
ADD COLUMN `other_config` text NULL COMMENT '其他配置' AFTER `step_five`;