{
    "table": {
        "name": "log_vnd_orcamento_item_desconto"
    },
    "attributes": {
        "log_filial": {
            "type": "integer"
        },
        "log_sequencia": {
            "type": "integer"
        },
        "log_terminal_ip": {
            "type": "string",
            "maxlen": 15
        },
        "log_filial_usuario": {
            "type": "integer"
        },
        "log_usuario": {
            "type": "integer"
        },
        "log_formulario": {
            "type": "string",
            "maxlen": 100
        },
        "log_data": {
            "type": "datetime"
        },
        "log_hora": {
            "type": "string"
        },
        "ant_filial_orc": {
            "type": "integer"
        },
        "ant_orcamento": {
            "type": "integer"
        },
        "ant_sequencia": {
            "type": "integer"
        },
        "ant_filial_pro": {
            "type": "integer"
        },
        "ant_produto": {
            "type": "integer"
        },
        "ant_quantidade": {
            "type": "integer"
        },
        "ant_vlr_unitario": {
            "type": "integer"
        },
        "ant_vlr_total": {
            "type": "integer"
        },
        "ant_perc_desconto": {
            "type": "integer"
        },
        "ant_vlr_desconto": {
            "type": "integer"
        },
        "atu_filial_orc": {
            "type": "integer"
        },
        "atu_orcamento": {
            "type": "integer"
        },
        "atu_sequencia": {
            "type": "integer"
        },
        "atu_filial_pro": {
            "type": "integer"
        },
        "atu_produto": {
            "type": "integer"
        },
        "atu_quantidade": {
            "type": "integer"
        },
        "atu_vlr_unitario": {
            "type": "integer"
        },
        "atu_vlr_total": {
            "type": "integer"
        },
        "atu_perc_desconto": {
            "type": "integer"
        },
        "atu_vlr_desconto": {
            "type": "integer"
        }
    },
    "originaltable": {
        "fullname": "public.log_vnd_orcamento_item_desconto",
        "name": "log_vnd_orcamento_item_desconto",
        "relationship": false,
        "columns": {
            "log_filial": {
                "position": 1,
                "name": "log_filial",
                "type": "integer",
                "nullable": "NO",
                "maxlen": null,
                "precision": 32,
                "radix": 2,
                "scale": 0,
                "interval": null,
                "foreignkey": null
            },
            "log_sequencia": {
                "position": 2,
                "name": "log_sequencia",
                "type": "integer",
                "nullable": "NO",
                "maxlen": null,
                "precision": 32,
                "radix": 2,
                "scale": 0,
                "interval": null,
                "foreignkey": null
            },
            "log_terminal_ip": {
                "position": 3,
                "name": "log_terminal_ip",
                "type": "character varying",
                "nullable": "NO",
                "maxlen": 15,
                "precision": null,
                "radix": null,
                "scale": null,
                "interval": null,
                "foreignkey": null
            },
            "log_filial_usuario": {
                "position": 4,
                "name": "log_filial_usuario",
                "type": "integer",
                "nullable": "NO",
                "maxlen": null,
                "precision": 32,
                "radix": 2,
                "scale": 0,
                "interval": null,
                "foreignkey": null
            },
            "log_usuario": {
                "position": 5,
                "name": "log_usuario",
                "type": "integer",
                "nullable": "NO",
                "maxlen": null,
                "precision": 32,
                "radix": 2,
                "scale": 0,
                "interval": null,
                "foreignkey": null
            },
            "log_formulario": {
                "position": 6,
                "name": "log_formulario",
                "type": "character varying",
                "nullable": "NO",
                "maxlen": 100,
                "precision": null,
                "radix": null,
                "scale": null,
                "interval": null,
                "foreignkey": null
            },
            "log_data": {
                "position": 7,
                "name": "log_data",
                "type": "date",
                "nullable": "NO",
                "maxlen": null,
                "precision": null,
                "radix": null,
                "scale": null,
                "interval": null,
                "foreignkey": null
            },
            "log_hora": {
                "position": 8,
                "name": "log_hora",
                "type": "time without time zone",
                "nullable": "NO",
                "maxlen": null,
                "precision": null,
                "radix": null,
                "scale": null,
                "interval": null,
                "foreignkey": null
            },
            "ant_filial_orc": {
                "position": 9,
                "name": "ant_filial_orc",
                "type": "integer",
                "nullable": "NO",
                "maxlen": null,
                "precision": 32,
                "radix": 2,
                "scale": 0,
                "interval": null,
                "foreignkey": null
            },
            "ant_orcamento": {
                "position": 10,
                "name": "ant_orcamento",
                "type": "integer",
                "nullable": "NO",
                "maxlen": null,
                "precision": 32,
                "radix": 2,
                "scale": 0,
                "interval": null,
                "foreignkey": null
            },
            "ant_sequencia": {
                "position": 11,
                "name": "ant_sequencia",
                "type": "integer",
                "nullable": "NO",
                "maxlen": null,
                "precision": 32,
                "radix": 2,
                "scale": 0,
                "interval": null,
                "foreignkey": null
            },
            "ant_filial_pro": {
                "position": 12,
                "name": "ant_filial_pro",
                "type": "integer",
                "nullable": "NO",
                "maxlen": null,
                "precision": 32,
                "radix": 2,
                "scale": 0,
                "interval": null,
                "foreignkey": null
            },
            "ant_produto": {
                "position": 13,
                "name": "ant_produto",
                "type": "integer",
                "nullable": "NO",
                "maxlen": null,
                "precision": 32,
                "radix": 2,
                "scale": 0,
                "interval": null,
                "foreignkey": null
            },
            "ant_quantidade": {
                "position": 14,
                "name": "ant_quantidade",
                "type": "numeric",
                "nullable": "NO",
                "maxlen": null,
                "precision": 18,
                "radix": 10,
                "scale": 6,
                "interval": null,
                "foreignkey": null
            },
            "ant_vlr_unitario": {
                "position": 15,
                "name": "ant_vlr_unitario",
                "type": "numeric",
                "nullable": "NO",
                "maxlen": null,
                "precision": 18,
                "radix": 10,
                "scale": 6,
                "interval": null,
                "foreignkey": null
            },
            "ant_vlr_total": {
                "position": 16,
                "name": "ant_vlr_total",
                "type": "numeric",
                "nullable": "NO",
                "maxlen": null,
                "precision": 18,
                "radix": 10,
                "scale": 6,
                "interval": null,
                "foreignkey": null
            },
            "ant_perc_desconto": {
                "position": 17,
                "name": "ant_perc_desconto",
                "type": "numeric",
                "nullable": "NO",
                "maxlen": null,
                "precision": 10,
                "radix": 10,
                "scale": 6,
                "interval": null,
                "foreignkey": null
            },
            "ant_vlr_desconto": {
                "position": 18,
                "name": "ant_vlr_desconto",
                "type": "numeric",
                "nullable": "NO",
                "maxlen": null,
                "precision": 18,
                "radix": 10,
                "scale": 6,
                "interval": null,
                "foreignkey": null
            },
            "atu_filial_orc": {
                "position": 19,
                "name": "atu_filial_orc",
                "type": "integer",
                "nullable": "NO",
                "maxlen": null,
                "precision": 32,
                "radix": 2,
                "scale": 0,
                "interval": null,
                "foreignkey": null
            },
            "atu_orcamento": {
                "position": 20,
                "name": "atu_orcamento",
                "type": "integer",
                "nullable": "NO",
                "maxlen": null,
                "precision": 32,
                "radix": 2,
                "scale": 0,
                "interval": null,
                "foreignkey": null
            },
            "atu_sequencia": {
                "position": 21,
                "name": "atu_sequencia",
                "type": "integer",
                "nullable": "NO",
                "maxlen": null,
                "precision": 32,
                "radix": 2,
                "scale": 0,
                "interval": null,
                "foreignkey": null
            },
            "atu_filial_pro": {
                "position": 22,
                "name": "atu_filial_pro",
                "type": "integer",
                "nullable": "NO",
                "maxlen": null,
                "precision": 32,
                "radix": 2,
                "scale": 0,
                "interval": null,
                "foreignkey": null
            },
            "atu_produto": {
                "position": 23,
                "name": "atu_produto",
                "type": "integer",
                "nullable": "NO",
                "maxlen": null,
                "precision": 32,
                "radix": 2,
                "scale": 0,
                "interval": null,
                "foreignkey": null
            },
            "atu_quantidade": {
                "position": 24,
                "name": "atu_quantidade",
                "type": "numeric",
                "nullable": "NO",
                "maxlen": null,
                "precision": 18,
                "radix": 10,
                "scale": 6,
                "interval": null,
                "foreignkey": null
            },
            "atu_vlr_unitario": {
                "position": 25,
                "name": "atu_vlr_unitario",
                "type": "numeric",
                "nullable": "NO",
                "maxlen": null,
                "precision": 18,
                "radix": 10,
                "scale": 6,
                "interval": null,
                "foreignkey": null
            },
            "atu_vlr_total": {
                "position": 26,
                "name": "atu_vlr_total",
                "type": "numeric",
                "nullable": "NO",
                "maxlen": null,
                "precision": 18,
                "radix": 10,
                "scale": 6,
                "interval": null,
                "foreignkey": null
            },
            "atu_perc_desconto": {
                "position": 27,
                "name": "atu_perc_desconto",
                "type": "numeric",
                "nullable": "NO",
                "maxlen": null,
                "precision": 10,
                "radix": 10,
                "scale": 6,
                "interval": null,
                "foreignkey": null
            },
            "atu_vlr_desconto": {
                "position": 28,
                "name": "atu_vlr_desconto",
                "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": []
        }
    }
}