From 466bd89e5c54eb93a78ea60b5b1a42d79b212da8 Mon Sep 17 00:00:00 2001 From: fgs21 <fgs21@inf.ufpr.br> Date: Thu, 16 Mar 2023 11:23:39 -0300 Subject: [PATCH] foreign keys added in docente_brasil file --- docente_brasil.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/docente_brasil.json b/docente_brasil.json index 594fe95..cf193d6 100644 --- a/docente_brasil.json +++ b/docente_brasil.json @@ -1,5 +1,8 @@ { "pairing_description": "Tabela de docentes agregada pelo paĆs", "data_source": "Tabelas de apoio SIMCAQ", - "pk": ["cod_local", "ano_censo"] + "pk": ["cod_local", "ano_censo"], + "foreign_keys": [ + + ] } \ No newline at end of file -- GitLab