Monitorização Da Atividade Dos Juízos De Proximidade
DGAJ
@ptgov.producao
DGAJ
@ptgov.producao
CREATE TABLE producao (
"uniqueid" VARCHAR,
"year_month" TIMESTAMP,
"comarca" VARCHAR,
"location" VARCHAR,
"atendimento_telef_nico" BIGINT,
"atendimento_presencial" BIGINT,
"julgamentos_tribunal_singular" BIGINT,
"total_intervenientes" BIGINT,
"outras_dilig_ncias" BIGINT,
"atos_praticados" BIGINT,
"total" BIGINT,
"eomonth" TIMESTAMP
);
Anyone who has the link will be able to view this.