10 lines
222 B
MySQL
10 lines
222 B
MySQL
|
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;
|
||
|
|