Files
sql/README.md
2025-08-29 11:18:26 +02:00

18 lines
374 B
Markdown

### Construire l'image
```shell
docker build -t iut/pgsql:2025-08 .
```
## Données
### 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
```