Skip to content

Commit

Permalink
docs: add link to visual identity
Browse files Browse the repository at this point in the history
  • Loading branch information
inovejunior authored and paulohebert committed Jul 6, 2024
1 parent f6b88c1 commit 5cabe17
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -135,4 +135,12 @@ erDiagram
string repositorio_git
date data_contrato
}
Participacao {
int cpf_membro PK,FK
int id_projeto PK,FK
string funcao "Front,Back, Design ou Gestão"
}
Membros only one to zero or many Participacao : ""
Projetos only one to one or many Participacao : ""
```

0 comments on commit 5cabe17

Please sign in to comment.