Ajustements

This commit is contained in:
2025-08-29 11:18:26 +02:00
parent bb465e0a18
commit d12cd30a96
3 changed files with 10 additions and 8 deletions

View File

@@ -8,8 +8,10 @@ docker build -t iut/pgsql:2025-08 .
### Schéma
```
Adherent : id, nom, prenom, genre, naissance, codepostal
Famille : code, famille, code_parent
Article : code, article, famille_code, factpoids, prix
Ticket : id, date_ticket, adherent_id, mode_rglt
Ligne : id, ticket_id, article_code, prix_unitaire, quantite
Famille : code, famille, code_parent
Article : code, article, famille_code, factpoids, prix
Ticket : id, date_ticket, adherent_id, mode_rglt
Ligne : id, ticket_id, article_code, prix_unitaire, quantite
```