Skip to content
Snippets Groups Projects

Add prouni info

Merged Anderson Frasao requested to merge enrollmentProjection into development
1 file
+ 21
0
Compare changes
  • Side-by-side
  • Inline
+ 21
0
{
"columns": {
"rural_dia_total": ["INT", "MAPROJ003"],
"etapa_ensino_escola_ano_id": ["TINYINT", "MAPROJ001"],
"ano_censo": ["INT", "ANO"],
"municipio_id": ["INT", "COD_MUN"],
"dependencia_adm_id": ["INT", "DEP_ADM"],
"rural_noite_total": ["INT", "MAPROJ005"],
"estado_id": ["INT", "COD_UF"],
"urbano_dia_total": ["INT", "MAPROJ002"],
"urbano_noite_total": ["INT", "MAPROJ004"]
},
"pk": [],
"data_source": "LDE - Laboratório de Dados Educacionais",
"pairing_description": "Tabela de projeção de Matrículas",
"foreign_keys": [{
"reference_columns": ["id"],
"keys": ["estado_id"],
"reference_table": "estado"
}]
}
\ No newline at end of file
Loading