Commit 81f2192f authored by tangwei's avatar tangwei

增加字段

parent 60a2c52f
......@@ -619,5 +619,15 @@
</sql>
</changeSet>
<changeSet author="tw" id="2021-09-17-007">
<preConditions onFail="MARK_RAN">
<not>
<columnExists tableName="jc_alert_form_value" columnName="hide"/>
</not>
</preConditions>
<comment>jc_alert_form_value add column</comment>
<sql>
alter table `jc_alert_form_value` add column `hide` bit(1) NULL DEFAULT b'0' COMMENT '隐藏';
</sql>
</changeSet>
</databaseChangeLog>
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