{
    "table": {
        "name": "ctb_lancamento_header"
    },
    "attributes": {
        "lote": {
            "type": "integer"
        },
        "tot_credito": {
            "type": "integer"
        },
        "tot_debito": {
            "type": "integer"
        },
        "total_lote": {
            "type": "integer"
        },
        "conferido_sn": {
            "type": "string",
            "maxlen": 1
        },
        "total_digitado": {
            "type": "integer"
        },
        "ultimo_sequencia": {
            "type": "integer"
        },
        "data": {
            "type": "datetime"
        },
        "tipo_lote": {
            "type": "integer"
        },
        "usuario": {
            "type": "integer"
        },
        "situacao": {
            "type": "string",
            "maxlen": 1
        },
        "data_final": {
            "type": "datetime"
        }
    },
    "originaltable": {
        "fullname": "public.ctb_lancamento_header",
        "name": "ctb_lancamento_header",
        "relationship": false,
        "columns": {
            "lote": {
                "position": 1,
                "name": "lote",
                "type": "integer",
                "nullable": "NO",
                "maxlen": null,
                "precision": 32,
                "radix": 2,
                "scale": 0,
                "interval": null,
                "foreignkey": null
            },
            "tot_credito": {
                "position": 2,
                "name": "tot_credito",
                "type": "numeric",
                "nullable": "NO",
                "maxlen": null,
                "precision": 18,
                "radix": 10,
                "scale": 6,
                "interval": null,
                "foreignkey": null
            },
            "tot_debito": {
                "position": 3,
                "name": "tot_debito",
                "type": "numeric",
                "nullable": "NO",
                "maxlen": null,
                "precision": 18,
                "radix": 10,
                "scale": 6,
                "interval": null,
                "foreignkey": null
            },
            "total_lote": {
                "position": 4,
                "name": "total_lote",
                "type": "numeric",
                "nullable": "NO",
                "maxlen": null,
                "precision": 18,
                "radix": 10,
                "scale": 6,
                "interval": null,
                "foreignkey": null
            },
            "conferido_sn": {
                "position": 5,
                "name": "conferido_sn",
                "type": "character varying",
                "nullable": "NO",
                "maxlen": 1,
                "precision": null,
                "radix": null,
                "scale": null,
                "interval": null,
                "foreignkey": null
            },
            "total_digitado": {
                "position": 6,
                "name": "total_digitado",
                "type": "numeric",
                "nullable": "NO",
                "maxlen": null,
                "precision": 18,
                "radix": 10,
                "scale": 6,
                "interval": null,
                "foreignkey": null
            },
            "ultimo_sequencia": {
                "position": 7,
                "name": "ultimo_sequencia",
                "type": "integer",
                "nullable": "NO",
                "maxlen": null,
                "precision": 32,
                "radix": 2,
                "scale": 0,
                "interval": null,
                "foreignkey": null
            },
            "data": {
                "position": 8,
                "name": "data",
                "type": "date",
                "nullable": "NO",
                "maxlen": null,
                "precision": null,
                "radix": null,
                "scale": null,
                "interval": null,
                "foreignkey": null
            },
            "tipo_lote": {
                "position": 9,
                "name": "tipo_lote",
                "type": "integer",
                "nullable": "NO",
                "maxlen": null,
                "precision": 32,
                "radix": 2,
                "scale": 0,
                "interval": null,
                "foreignkey": null
            },
            "usuario": {
                "position": 10,
                "name": "usuario",
                "type": "integer",
                "nullable": "NO",
                "maxlen": null,
                "precision": 32,
                "radix": 2,
                "scale": 0,
                "interval": null,
                "foreignkey": null
            },
            "situacao": {
                "position": 11,
                "name": "situacao",
                "type": "character varying",
                "nullable": "NO",
                "maxlen": 1,
                "precision": null,
                "radix": null,
                "scale": null,
                "interval": null,
                "foreignkey": null
            },
            "data_final": {
                "position": 12,
                "name": "data_final",
                "type": "date",
                "nullable": "NO",
                "maxlen": null,
                "precision": null,
                "radix": null,
                "scale": null,
                "interval": null,
                "foreignkey": null
            }
        },
        "constraints": [],
        "relationships": {
            "one-to-one": [],
            "one-to-many": [],
            "many-to-one": [],
            "many-to-many": []
        }
    }
}