X-Git-Url: https://git.openstreetmap.org./nominatim.git/blobdiff_plain/b8db117bd0211cc974cb9e3468d431adb6da21c6..cb01226f2959ee074b7e68ddd1321b320958f8ae:/sql/tables.sql diff --git a/sql/tables.sql b/sql/tables.sql index 51690ae0..385e1fc9 100644 --- a/sql/tables.sql +++ b/sql/tables.sql @@ -192,7 +192,7 @@ CREATE TABLE placex ( place_id BIGINT NOT NULL, partition integer, osm_type char(1), - osm_id INTEGER, + osm_id BIGINT, class TEXT NOT NULL, type TEXT NOT NULL, name HSTORE,