Skip to content

Instantly share code, notes, and snippets.

@olberger
Last active May 17, 2021 09:33
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save olberger/4add270c78e29a9b0b613cf9419c929e to your computer and use it in GitHub Desktop.
Save olberger/4add270c78e29a9b0b613cf9419c929e to your computer and use it in GitHub Desktop.
Sinistre auto
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