{
    "table": {
        "name": "vnd_aux_pre_faturamento"
    },
    "attributes": {
        "terminal_ip": {
            "type": "string",
            "maxlen": 15
        },
        "sequencia": {
            "type": "integer"
        },
        "filial": {
            "type": "integer"
        },
        "cliente": {
            "type": "integer"
        },
        "tipo": {
            "type": "integer"
        },
        "data_passou_cx": {
            "type": "datetime"
        },
        "orcamento": {
            "type": "integer"
        },
        "troca": {
            "type": "integer"
        },
        "duplicata_seq": {
            "type": "integer"
        },
        "nota": {
            "type": "integer"
        },
        "serie": {
            "type": "string",
            "maxlen": 6
        },
        "total_pedido": {
            "type": "integer"
        },
        "total_futura_nota": {
            "type": "integer"
        },
        "total_futura_duplicata": {
            "type": "integer"
        }
    },
    "originaltable": {
        "fullname": "public.vnd_aux_pre_faturamento",
        "name": "vnd_aux_pre_faturamento",
        "relationship": false,
        "columns": {
            "terminal_ip": {
                "position": 1,
                "name": "terminal_ip",
                "type": "character varying",
                "nullable": "NO",
                "maxlen": 15,
                "precision": null,
                "radix": null,
                "scale": null,
                "interval": null,
                "foreignkey": null
            },
            "sequencia": {
                "position": 2,
                "name": "sequencia",
                "type": "integer",
                "nullable": "NO",
                "maxlen": null,
                "precision": 32,
                "radix": 2,
                "scale": 0,
                "interval": null,
                "foreignkey": null
            },
            "filial": {
                "position": 3,
                "name": "filial",
                "type": "integer",
                "nullable": "NO",
                "maxlen": null,
                "precision": 32,
                "radix": 2,
                "scale": 0,
                "interval": null,
                "foreignkey": null
            },
            "cliente": {
                "position": 4,
                "name": "cliente",
                "type": "integer",
                "nullable": "NO",
                "maxlen": null,
                "precision": 32,
                "radix": 2,
                "scale": 0,
                "interval": null,
                "foreignkey": null
            },
            "tipo": {
                "position": 5,
                "name": "tipo",
                "type": "integer",
                "nullable": "NO",
                "maxlen": null,
                "precision": 32,
                "radix": 2,
                "scale": 0,
                "interval": null,
                "foreignkey": null
            },
            "data_passou_cx": {
                "position": 6,
                "name": "data_passou_cx",
                "type": "date",
                "nullable": "NO",
                "maxlen": null,
                "precision": null,
                "radix": null,
                "scale": null,
                "interval": null,
                "foreignkey": null
            },
            "orcamento": {
                "position": 7,
                "name": "orcamento",
                "type": "integer",
                "nullable": "NO",
                "maxlen": null,
                "precision": 32,
                "radix": 2,
                "scale": 0,
                "interval": null,
                "foreignkey": null
            },
            "troca": {
                "position": 8,
                "name": "troca",
                "type": "integer",
                "nullable": "NO",
                "maxlen": null,
                "precision": 32,
                "radix": 2,
                "scale": 0,
                "interval": null,
                "foreignkey": null
            },
            "duplicata_seq": {
                "position": 9,
                "name": "duplicata_seq",
                "type": "integer",
                "nullable": "NO",
                "maxlen": null,
                "precision": 32,
                "radix": 2,
                "scale": 0,
                "interval": null,
                "foreignkey": null
            },
            "nota": {
                "position": 10,
                "name": "nota",
                "type": "integer",
                "nullable": "NO",
                "maxlen": null,
                "precision": 32,
                "radix": 2,
                "scale": 0,
                "interval": null,
                "foreignkey": null
            },
            "serie": {
                "position": 11,
                "name": "serie",
                "type": "character varying",
                "nullable": "NO",
                "maxlen": 6,
                "precision": null,
                "radix": null,
                "scale": null,
                "interval": null,
                "foreignkey": null
            },
            "total_pedido": {
                "position": 12,
                "name": "total_pedido",
                "type": "numeric",
                "nullable": "NO",
                "maxlen": null,
                "precision": 18,
                "radix": 10,
                "scale": 6,
                "interval": null,
                "foreignkey": null
            },
            "total_futura_nota": {
                "position": 13,
                "name": "total_futura_nota",
                "type": "numeric",
                "nullable": "NO",
                "maxlen": null,
                "precision": 18,
                "radix": 10,
                "scale": 6,
                "interval": null,
                "foreignkey": null
            },
            "total_futura_duplicata": {
                "position": 14,
                "name": "total_futura_duplicata",
                "type": "numeric",
                "nullable": "NO",
                "maxlen": null,
                "precision": 18,
                "radix": 10,
                "scale": 6,
                "interval": null,
                "foreignkey": null
            }
        },
        "constraints": [],
        "relationships": {
            "one-to-one": [],
            "one-to-many": [],
            "many-to-one": [],
            "many-to-many": []
        }
    }
}