{
    "table": {
        "name": "par_base_troca"
    },
    "attributes": {
        "filial_par": {
            "type": "integer"
        },
        "codigo": {
            "key": "primary",
            "type": "integer"
        },
        "tipo_pgto_gera_dup_base_troca": {
            "type": "integer"
        },
        "banco_duplicata_base_troca": {
            "type": "integer"
        },
        "mensagem_termo_compromisso": {
            "type": "string",
            "maxlen": 4000
        }
    },
    "originaltable": {
        "fullname": "public.par_base_troca",
        "name": "par_base_troca",
        "relationship": false,
        "columns": {
            "filial_par": {
                "position": 1,
                "name": "filial_par",
                "type": "integer",
                "nullable": "NO",
                "maxlen": null,
                "precision": 32,
                "radix": 2,
                "scale": 0,
                "interval": null,
                "foreignkey": null
            },
            "codigo": {
                "position": 2,
                "name": "codigo",
                "type": "integer",
                "nullable": "NO",
                "maxlen": null,
                "precision": 32,
                "radix": 2,
                "scale": 0,
                "interval": null,
                "foreignkey": null
            },
            "tipo_pgto_gera_dup_base_troca": {
                "position": 3,
                "name": "tipo_pgto_gera_dup_base_troca",
                "type": "integer",
                "nullable": "NO",
                "maxlen": null,
                "precision": 32,
                "radix": 2,
                "scale": 0,
                "interval": null,
                "foreignkey": null
            },
            "banco_duplicata_base_troca": {
                "position": 4,
                "name": "banco_duplicata_base_troca",
                "type": "integer",
                "nullable": "NO",
                "maxlen": null,
                "precision": 32,
                "radix": 2,
                "scale": 0,
                "interval": null,
                "foreignkey": null
            },
            "mensagem_termo_compromisso": {
                "position": 5,
                "name": "mensagem_termo_compromisso",
                "type": "character varying",
                "nullable": "NO",
                "maxlen": 4000,
                "precision": null,
                "radix": null,
                "scale": null,
                "interval": null,
                "foreignkey": null
            }
        },
        "constraints": [],
        "relationships": {
            "one-to-one": [],
            "one-to-many": [],
            "many-to-one": [],
            "many-to-many": []
        }
    }
}