This commit is contained in:
2025-09-18 07:48:51 +02:00
parent b131af5a82
commit a413a5173d
6 changed files with 134 additions and 22 deletions

View File

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