Last active
May 17, 2021 09:33
-
-
Save olberger/4add270c78e29a9b0b613cf9419c929e to your computer and use it in GitHub Desktop.
Sinistre auto
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
group: sinistre auto | |
Clients = {numCl:number nom:string prenom:string adresse:string} | |
Contrats = {numCont:number numCl:number type:string date:string} | |
Vehicules = {matriculeVe:number numCont:number numCl:number marque:string annee:number puissance:number} | |
Sinistres = {numSi:number matriculeVe:number date:string} | |
Simples = {numSi:number dateReparation:string} | |
Complexes = {numSi:number estimation:number} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment