Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
T
Table Definitions
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Harbor Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
HOTMapper
Table Definitions
Compare revisions
d5ede23aeb80f65dc6caf596101226c7c8f300b9 to 17f28f3063fe1b94d8f3a465a8db4a9801b4b438
Compare revisions
Changes are shown as if the
source
revision was being merged into the
target
revision.
Learn more about comparing revisions.
Source
tools/table-definitions
Select target project
No results found
17f28f3063fe1b94d8f3a465a8db4a9801b4b438
Select Git revision
Swap
Target
tools/table-definitions
Select target project
tools/table-definitions
1 result
d5ede23aeb80f65dc6caf596101226c7c8f300b9
Select Git revision
Show changes
Only incoming changes from source
Include changes to target since source was created
Compare
Commits on Source (1)
Add prouni info
· 17f28f30
Henrique Varella Ehrenfried
authored
5 years ago
Signed-off-by:
Henrique V. Ehrenfried
<
hvehrenfried@inf.ufpr.br
>
17f28f30
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
prouni.json
+20
-2
20 additions, 2 deletions
prouni.json
with
20 additions
and
2 deletions
prouni.json
View file @
17f28f30
...
...
@@ -2,5 +2,23 @@
"pairing_description"
:
"Tabela do censo do PROUNI"
,
"data_source"
:
"Dados abertos PROUNI"
,
"pk"
:
[],
"foreign_keys"
:
[]
}
"foreign_keys"
:
[],
"columns"
:
{
"ano_censo"
:
[
"SMALLINT"
,
"ANO"
],
"ano_concessao"
:
[
"SMALLINT"
,
"SMPPIR-PROUNI1"
],
"codigo_emec_ies"
:
[
"INTEGER"
,
"SMPPIR-PROUNI2"
],
"nome_ies"
:
[
"VARCHAR(256)"
,
"SMPPIR-PROUNI3"
],
"tipo"
:
[
"VARCHAR(256)"
,
"SMPPIR-PROUNI4"
],
"modalidade_ensino"
:
[
"VARCHAR(256)"
,
"SMPPIR-PROUNI5"
],
"nome_curso"
:
[
"VARCHAR(256)"
,
"SMPPIR-PROUNI6"
],
"nome_turno_curso"
:
[
"VARCHAR(256)"
,
"SMPPIR-PROUNI7"
],
"cpf_beneficiario"
:
[
"VARCHAR(256)"
,
"SMPPIR-PROUNI8"
],
"genero_beneficiario"
:
[
"VARCHAR(256)"
,
"SMPPIR-PROUNI9"
],
"raca_beneficiario"
:
[
"VARCHAR(256)"
,
"SMPPIR-PROUNI10"
],
"data_nascimento_beneficiario"
:
[
"VARCHAR(16)"
,
"SMPPIR-PROUNI11"
],
"beneficiario_deficiente_fisico"
:
[
"VARCHAR(4)"
,
"SMPPIR-PROUNI12"
],
"regiao_beneficiario"
:
[
"VARCHAR(16)"
,
"SMPPIR-PROUNI13"
],
"sigla_uf_beneficiario"
:
[
"VARCHAR(4)"
,
"SMPPIR-PROUNI14"
],
"municipio_beneficiario"
:
[
"VARCHAR(256)"
,
"SMPPIR-PROUNI15"
]
}
}
\ No newline at end of file
This diff is collapsed.
Click to expand it.