Commit 06bc2867 authored by tangwei's avatar tangwei

增加网管字段

parent ff70a79c
...@@ -937,6 +937,17 @@ ...@@ -937,6 +937,17 @@
</sql> </sql>
</changeSet> </changeSet>
<changeSet author="20230629" id="20230629-1">
<preConditions onFail="MARK_RAN">
<not>
<columnExists tableName="dz_point_system" columnName="gateway_id"/>
</not>
</preConditions>
<comment>新增属性字段 gateway_id</comment>
<sql>
alter table `dz_point_system` add column `gateway_id` varchar(50) COMMENT '网关标识ID';
</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