This commit is contained in:
2025-09-14 22:12:09 +02:00
parent 8eaa75ba5f
commit 8d30a0a4bc
11 changed files with 6691 additions and 6582 deletions

View File

@@ -2,7 +2,6 @@ create extension if not exists ltree;
create extension if not exists pgtap;
create extension if not exists postgis;
create extension if not exists pgrouting;
create extension if not exists vector;
create extension if not exists pgcrypto;
create table adherent (
@@ -46,6 +45,11 @@ create table ligne (
quantite decimal
);
create table marque (
id int primary key,
marque text not null
);
create table fournisseur (
id int primary key,
fournisseur text not null