This commit is contained in:
2025-09-12 23:45:45 +02:00
parent 924ace158c
commit f13646be2f
30 changed files with 3435 additions and 10 deletions

View File

@@ -41,8 +41,9 @@ create table route_cout (
);
create table zone (
id serial primary key,
id int primary key generated always as identity,
nom text,
categorie text,
geom geometry(polygon, 4326) -- on choisit srid 4326 (wgs84)
);