Commit ec991074 authored by xixinzhao's avatar xixinzhao

ccs bug

parent 4dbcf1b9
...@@ -13,7 +13,7 @@ ...@@ -13,7 +13,7 @@
</preConditions> </preConditions>
<comment>asf_fire_station_info add `elec_type`</comment> <comment>asf_fire_station_info add `elec_type`</comment>
<sql> <sql>
ALTER TABLE `wl_car_property` ADD COLUMN `elec_type` int(10) DEFAULT NULL COMMENT '0-发送端,1-接收端', ALTER TABLE `asf_fire_station_info` ADD COLUMN `elec_type` int(10) DEFAULT NULL COMMENT '0-发送端,1-接收端',
ADD COLUMN `line_name` varchar(255) DEFAULT NULL COMMENT '线路名称', ADD COLUMN `line_name` varchar(255) DEFAULT NULL COMMENT '线路名称',
ADD COLUMN `station_contact_id` varchar(20) DEFAULT NULL COMMENT '关联站id'; ADD COLUMN `station_contact_id` varchar(20) DEFAULT NULL COMMENT '关联站id';
</sql> </sql>
......
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