{
    "table": {
        "name": "vnd_aux_venda_saldo_estoque"
    },
    "attributes": {
        "filial_orc": {
            "type": "integer"
        },
        "prox_aux_venda": {
            "type": "integer"
        },
        "fil_prod": {
            "type": "integer"
        },
        "produto": {
            "type": "integer"
        },
        "qtd_venda": {
            "type": "integer"
        },
        "saldo_estoque": {
            "type": "integer"
        },
        "cod_autorizado": {
            "type": "integer"
        },
        "usuario": {
            "type": "integer"
        },
        "formulario": {
            "type": "string",
            "maxlen": 100
        },
        "data_autorizacao": {
            "type": "datetime"
        },
        "hora_autorizacao": {
            "type": "string"
        },
        "observacoes": {
            "type": "string",
            "maxlen": 200
        }
    },
    "originaltable": {
        "fullname": "public.vnd_aux_venda_saldo_estoque",
        "name": "vnd_aux_venda_saldo_estoque",
        "relationship": false,
        "columns": {
            "filial_orc": {
                "position": 1,
                "name": "filial_orc",
                "type": "integer",
                "nullable": "NO",
                "maxlen": null,
                "precision": 32,
                "radix": 2,
                "scale": 0,
                "interval": null,
                "foreignkey": null
            },
            "prox_aux_venda": {
                "position": 2,
                "name": "prox_aux_venda",
                "type": "integer",
                "nullable": "NO",
                "maxlen": null,
                "precision": 32,
                "radix": 2,
                "scale": 0,
                "interval": null,
                "foreignkey": null
            },
            "fil_prod": {
                "position": 3,
                "name": "fil_prod",
                "type": "integer",
                "nullable": "NO",
                "maxlen": null,
                "precision": 32,
                "radix": 2,
                "scale": 0,
                "interval": null,
                "foreignkey": null
            },
            "produto": {
                "position": 4,
                "name": "produto",
                "type": "integer",
                "nullable": "NO",
                "maxlen": null,
                "precision": 32,
                "radix": 2,
                "scale": 0,
                "interval": null,
                "foreignkey": null
            },
            "qtd_venda": {
                "position": 5,
                "name": "qtd_venda",
                "type": "numeric",
                "nullable": "NO",
                "maxlen": null,
                "precision": 18,
                "radix": 10,
                "scale": 6,
                "interval": null,
                "foreignkey": null
            },
            "saldo_estoque": {
                "position": 6,
                "name": "saldo_estoque",
                "type": "numeric",
                "nullable": "NO",
                "maxlen": null,
                "precision": 18,
                "radix": 10,
                "scale": 6,
                "interval": null,
                "foreignkey": null
            },
            "cod_autorizado": {
                "position": 7,
                "name": "cod_autorizado",
                "type": "integer",
                "nullable": "NO",
                "maxlen": null,
                "precision": 32,
                "radix": 2,
                "scale": 0,
                "interval": null,
                "foreignkey": null
            },
            "usuario": {
                "position": 8,
                "name": "usuario",
                "type": "integer",
                "nullable": "NO",
                "maxlen": null,
                "precision": 32,
                "radix": 2,
                "scale": 0,
                "interval": null,
                "foreignkey": null
            },
            "formulario": {
                "position": 9,
                "name": "formulario",
                "type": "character varying",
                "nullable": "NO",
                "maxlen": 100,
                "precision": null,
                "radix": null,
                "scale": null,
                "interval": null,
                "foreignkey": null
            },
            "data_autorizacao": {
                "position": 10,
                "name": "data_autorizacao",
                "type": "date",
                "nullable": "NO",
                "maxlen": null,
                "precision": null,
                "radix": null,
                "scale": null,
                "interval": null,
                "foreignkey": null
            },
            "hora_autorizacao": {
                "position": 11,
                "name": "hora_autorizacao",
                "type": "time without time zone",
                "nullable": "NO",
                "maxlen": null,
                "precision": null,
                "radix": null,
                "scale": null,
                "interval": null,
                "foreignkey": null
            },
            "observacoes": {
                "position": 12,
                "name": "observacoes",
                "type": "character varying",
                "nullable": "NO",
                "maxlen": 200,
                "precision": null,
                "radix": null,
                "scale": null,
                "interval": null,
                "foreignkey": null
            }
        },
        "constraints": [],
        "relationships": {
            "one-to-one": [],
            "one-to-many": [],
            "many-to-one": [],
            "many-to-many": []
        }
    }
}