diff --git a/docente_brasil.json b/docente_brasil.json new file mode 100644 index 0000000000000000000000000000000000000000..594fe95ac0d1aefe1e3324972c09641ff225546b --- /dev/null +++ b/docente_brasil.json @@ -0,0 +1,5 @@ +{ + "pairing_description": "Tabela de docentes agregada pelo paÃs", + "data_source": "Tabelas de apoio SIMCAQ", + "pk": ["cod_local", "ano_censo"] +} \ No newline at end of file diff --git a/docente_estado.json b/docente_estado.json new file mode 100644 index 0000000000000000000000000000000000000000..0dca87fc856432d4111be4b72ba9408c2ab640cb --- /dev/null +++ b/docente_estado.json @@ -0,0 +1,10 @@ +{ + "pairing_description": "Tabela de docentes agregada por estado", + "data_source": "Tabelas de apoio SIMCAQ", + "pk": ["cod_uf", "ano_censo"], + "foreign_keys": [{ + "keys": ["cod_uf"], + "reference_columns": ["id"], + "reference_table": "estado" + }] +} \ No newline at end of file diff --git a/docente_municipio.json b/docente_municipio.json new file mode 100644 index 0000000000000000000000000000000000000000..e792aa8d1f5f9f2abe56400ced835b4090e6cf73 --- /dev/null +++ b/docente_municipio.json @@ -0,0 +1,10 @@ +{ + "pairing_description": "Tabela de docentes agregada por municÃpio", + "data_source": "Tabelas de apoio SIMCAQ", + "pk": ["cod_municipio", "ano_censo"], + "foreign_keys": [{ + "keys": ["cod_municipio"], + "reference_columns": ["id"], + "reference_table": "municipio" + }] +} \ No newline at end of file