Commit 04913a24 authored by maoying's avatar maoying

修改字段初始化

parent b3d9cbe4
......@@ -1032,7 +1032,7 @@
</sql>
</changeSet>
<changeSet author="my" id="2024091301-2">
<changeSet author="my" id="2024091311-2">
<preConditions onFail="MARK_RAN">
<not>
<columnExists tableName="c_plan_detail" columnName="sec_status" />
......@@ -1041,7 +1041,7 @@
<comment>c_plan_detail.sec_status</comment>
<sql>
ALTER TABLE `c_plan_detail`
ADD COLUMN `sec_status` int(0) NULL COMMENT '第二个预案运行状态' AFTER `status`;
ADD COLUMN `sec_status` int(0) NULL DEFAULT 2 COMMENT '第二个预案运行状态' AFTER `status`;
</sql>
</changeSet>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment