增加问卷类型

This commit is contained in:
buke 2024-11-14 14:24:56 +08:00
parent 68a0c04ed8
commit e2ceef45dd

View File

@ -0,0 +1,2 @@
ALTER TABLE `ufutx_dma_question`
ADD COLUMN `type` tinyint(4) NOT NULL DEFAULT 0 COMMENT '0:方案前 1:方案后' AFTER `remark`;