This commit is contained in:
2025-09-12 12:54:16 +02:00
parent 1d271c5b82
commit 60553e288e
7 changed files with 78 additions and 16 deletions

View File

@@ -1,7 +1,7 @@
### Construire l'image
```shell
docker build -t iut/pgsql:2025-09 .
docker build -t iut/pgsql:2025-10 .
```
## Données
@@ -15,7 +15,7 @@ Le nom des tables est au singulier et en minuscule
table |colonnes
--- |---
adherent | id, nom, prenom, genre, naissance, codepostal
famille | code, famille, code_parent
famille | code, famille, code_parent, arborescence (ltree), gauche, droite
article | code, article, famille_code, factpoids, prix
ticket | id, date_ticket, adherent_id, mode_rglt
ligne | id, ticket_id, article_code, prix_unitaire, quantite