{
    "table": {
        "name": "cli_spc_pagamento"
    },
    "attributes": {
        "filial": {
            "type": "integer"
        },
        "movimento_spc": {
            "type": "integer"
        },
        "parcela": {
            "type": "integer"
        },
        "tipo_pgto": {
            "type": "integer"
        },
        "data_vcto": {
            "type": "datetime"
        },
        "valor_a_pagar": {
            "type": "integer"
        },
        "data_pgto": {
            "type": "datetime"
        },
        "valor_pago": {
            "type": "integer"
        },
        "observacao": {
            "type": "string",
            "maxlen": 100
        }
    },
    "originaltable": {
        "fullname": "public.cli_spc_pagamento",
        "name": "cli_spc_pagamento",
        "relationship": false,
        "columns": {
            "filial": {
                "position": 1,
                "name": "filial",
                "type": "integer",
                "nullable": "NO",
                "maxlen": null,
                "precision": 32,
                "radix": 2,
                "scale": 0,
                "interval": null,
                "foreignkey": null
            },
            "movimento_spc": {
                "position": 2,
                "name": "movimento_spc",
                "type": "integer",
                "nullable": "NO",
                "maxlen": null,
                "precision": 32,
                "radix": 2,
                "scale": 0,
                "interval": null,
                "foreignkey": null
            },
            "parcela": {
                "position": 3,
                "name": "parcela",
                "type": "integer",
                "nullable": "NO",
                "maxlen": null,
                "precision": 32,
                "radix": 2,
                "scale": 0,
                "interval": null,
                "foreignkey": null
            },
            "tipo_pgto": {
                "position": 4,
                "name": "tipo_pgto",
                "type": "integer",
                "nullable": "NO",
                "maxlen": null,
                "precision": 32,
                "radix": 2,
                "scale": 0,
                "interval": null,
                "foreignkey": null
            },
            "data_vcto": {
                "position": 5,
                "name": "data_vcto",
                "type": "date",
                "nullable": "NO",
                "maxlen": null,
                "precision": null,
                "radix": null,
                "scale": null,
                "interval": null,
                "foreignkey": null
            },
            "valor_a_pagar": {
                "position": 6,
                "name": "valor_a_pagar",
                "type": "numeric",
                "nullable": "NO",
                "maxlen": null,
                "precision": 18,
                "radix": 10,
                "scale": 6,
                "interval": null,
                "foreignkey": null
            },
            "data_pgto": {
                "position": 7,
                "name": "data_pgto",
                "type": "date",
                "nullable": "NO",
                "maxlen": null,
                "precision": null,
                "radix": null,
                "scale": null,
                "interval": null,
                "foreignkey": null
            },
            "valor_pago": {
                "position": 8,
                "name": "valor_pago",
                "type": "numeric",
                "nullable": "NO",
                "maxlen": null,
                "precision": 18,
                "radix": 10,
                "scale": 6,
                "interval": null,
                "foreignkey": null
            },
            "observacao": {
                "position": 9,
                "name": "observacao",
                "type": "character varying",
                "nullable": "NO",
                "maxlen": 100,
                "precision": null,
                "radix": null,
                "scale": null,
                "interval": null,
                "foreignkey": null
            }
        },
        "constraints": [],
        "relationships": {
            "one-to-one": [],
            "one-to-many": [],
            "many-to-one": [],
            "many-to-many": []
        }
    }
}