githubtrue/db/v4__geosouradnice.sql @ 01f99166
1 |
-- skript prida sloupecky pro geosouradnice do tabulky ulice
|
---|---|
2 |
alter table `prujezd_vozidel`.`ulice` add column `lng` double not null; |
3 |
alter table `prujezd_vozidel`.`ulice` add column `lat` double not null; |