You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
8 lines
188 B
8 lines
188 B
alter table road_spot_check_preview
|
|
add village_mil float;
|
|
|
|
alter table road_spot_check_preview
|
|
add town_mil float;
|
|
|
|
alter table road_spot_check_preview
|
|
add country_mil float;
|
|
|