2 lines
182 B
SQL
2 lines
182 B
SQL
ALTER TABLE `devices` DROP `location_lat`, DROP `location_lon`, DROP `location_city`, DROP `location_county`, DROP `location_state`, DROP `location_country`, DROP `location_geoapi`;
|