Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Denúncia a Violência
Denúncia a Violência Wiki
Wiki
banco_dados
banco_dados
· Changes
Page history
Update banco_dados
authored
Jun 12, 2022
by
Henrique Terres de Oliveira
Hide whitespace changes
Inline
Side-by-side
banco_dados.md
View page @
74b3fb7c
...
@@ -20,16 +20,17 @@ Por ser um banco de dados documental, as informações são persistidas em cole
...
@@ -20,16 +20,17 @@ Por ser um banco de dados documental, as informações são persistidas em cole
#### Coleção user:
#### Coleção user:
```
```
{
{
Id (
hash
)
Id (
string
)
Name (string)
Name (string)
Email (string)
Username (string)
Username (string)
Telefone(Object array)[{
Telefone(Object array)[{
Id(
hash
)
Id(
string
)
Ddd(int)
Ddd(int)
TipoTelefone(string)
TipoTelefone(string)
NumeroTelefone(string)
NumeroTelefone(string)
}]
}]
Genero(
char/
string)
Genero(string)
Endereco(Object array)[{
Endereco(Object array)[{
Id(hash)
Id(hash)
CEP(string)
CEP(string)
...
...