rt-sim-training-service/sql/20201229-zhangsai.sql

10 lines
222 B
MySQL
Raw Normal View History

2020-12-29 17:08:43 +08:00
alter table iscs drop key line_code_station_code_total_system_system_interface;
alter table iscs drop column line_code;
alter table iscs drop column station_code;
alter table iscs
add map_id bigint not null after id;