json
This commit is contained in:
@@ -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)
|
||||
);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user