diff --git a/sql/topology/nodeNetwork.sql b/sql/topology/nodeNetwork.sql index 2125d1bbdc5..4488a56fc55 100644 --- a/sql/topology/nodeNetwork.sql +++ b/sql/topology/nodeNetwork.sql @@ -177,7 +177,7 @@ BEGIN SET client_min_messages TO warning; EXECUTE 'CREATE TABLE '||_pgr_quote_ident(outtab)||' ( id bigserial PRIMARY KEY, - old_id INTEGER, + old_id BIGINT, sub_id INTEGER, source BIGINT, target BIGINT)';