Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 215 Bytes

README.md

File metadata and controls

20 lines (16 loc) · 215 Bytes

rnd

erDiagram
  AGENDA ||--o{ CONTACTE : te
  CONTACTE ||--o{ INFO : te
  
  AGENDA {
    string titol
  }
  
  CONTACTE {
    string nom
  }
  
  INFO {
    string descripcio
    string valor
  }
Loading