Commit da394b73 authored by KeYong's avatar KeYong

station表添加站类型字段

parent 75b08b3a
......@@ -3971,4 +3971,15 @@
</sql>
</changeSet>
<changeSet author="tw" id="20240801">
<preConditions onFail="MARK_RAN">
<not>
<columnExists tableName="idx_biz_station_info" columnName="warehouse_id"/>
</not>
</preConditions>
<comment>新增属性字段 warehouse_id</comment>
<sql>
alter table `idx_biz_station_info` add column `station_type` varchar(20) DEFAULT NULL 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