Skip to content
Snippets Groups Projects
Commit 9e5f8fc9 authored by jvfpw18's avatar jvfpw18
Browse files

Update test_database protocol

parent 0014f239
No related branches found
No related tags found
No related merge requests found
......@@ -6,4 +6,3 @@ ESPCD,esp_cd,Código da massa,0,massa_id,INT,esp_cd
TIPOMASS,detipomass,Tipo,0,tipo,VARCHAR(16),detipomass
TIPOADM,dedominial,Tipo Administrativo,0,adm,VARCHAR(16),dedominial
CODADM,,Código Administrativo,0,adm_id,INT,"~CASE WHEN (""dedominial"" = 'Federal') THEN 1 WHEN (""dedominial"" = 'Estadual') THEN 2 END"
CODTIPO,,Código do tipo,0,tipo_id,INT,~CASE WHEN (tipo = 'Natural') THEN 1 WHEN (tipo = 'Artificial') THEN 0 END
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment