Commit f8d83515 authored by 邢磊's avatar 邢磊

*)wl_equipment_params表增加remark字段

parent be297d37
......@@ -2416,4 +2416,16 @@
wesi.equipment_specific_id = wes.id AND wesi.equipment_index_id = wes.realtime_iot_index_id );
</sql>
</changeSet>
<changeSet author="xl" id="1737612350000-1">
<preConditions onFail="MARK_RAN">
<not>
<columnExists tableName="wl_equipment_params" columnName="remark"/>
</not>
</preConditions>
<comment>wl_equipment_params add column remark</comment>
<sql>
alter table `wl_equipment_params` add column `remark` longtext DEFAULT NULL COMMENT '备注';
</sql>
</changeSet>
</databaseChangeLog>
\ No newline at end of file
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