{
    "table": {
        "name": "vnd_aux_reposicao_prateleira"
    },
    "attributes": {
        "filial": {
            "type": "integer"
        },
        "terminal_ip": {
            "type": "string",
            "maxlen": 15
        },
        "produto": {
            "type": "integer"
        },
        "descricao": {
            "type": "string",
            "maxlen": 100
        },
        "quantidade_vnd": {
            "type": "integer"
        },
        "data_passou_cx": {
            "type": "datetime"
        },
        "grupo": {
            "type": "integer"
        },
        "subgrupo": {
            "type": "integer"
        },
        "saldo_estoque": {
            "type": "integer"
        },
        "produto_servico": {
            "type": "string",
            "maxlen": 1
        },
        "local_stq": {
            "type": "string",
            "maxlen": 100
        },
        "cod_fabricante": {
            "type": "string",
            "maxlen": 100
        }
    },
    "originaltable": {
        "fullname": "public.vnd_aux_reposicao_prateleira",
        "name": "vnd_aux_reposicao_prateleira",
        "relationship": false,
        "columns": {
            "filial": {
                "position": 1,
                "name": "filial",
                "type": "integer",
                "nullable": "NO",
                "maxlen": null,
                "precision": 32,
                "radix": 2,
                "scale": 0,
                "interval": null,
                "foreignkey": null
            },
            "terminal_ip": {
                "position": 2,
                "name": "terminal_ip",
                "type": "character varying",
                "nullable": "NO",
                "maxlen": 15,
                "precision": null,
                "radix": null,
                "scale": null,
                "interval": null,
                "foreignkey": null
            },
            "produto": {
                "position": 3,
                "name": "produto",
                "type": "integer",
                "nullable": "NO",
                "maxlen": null,
                "precision": 32,
                "radix": 2,
                "scale": 0,
                "interval": null,
                "foreignkey": null
            },
            "descricao": {
                "position": 4,
                "name": "descricao",
                "type": "character varying",
                "nullable": "NO",
                "maxlen": 100,
                "precision": null,
                "radix": null,
                "scale": null,
                "interval": null,
                "foreignkey": null
            },
            "quantidade_vnd": {
                "position": 5,
                "name": "quantidade_vnd",
                "type": "numeric",
                "nullable": "NO",
                "maxlen": null,
                "precision": 18,
                "radix": 10,
                "scale": 6,
                "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
            },
            "grupo": {
                "position": 7,
                "name": "grupo",
                "type": "integer",
                "nullable": "NO",
                "maxlen": null,
                "precision": 32,
                "radix": 2,
                "scale": 0,
                "interval": null,
                "foreignkey": null
            },
            "subgrupo": {
                "position": 8,
                "name": "subgrupo",
                "type": "integer",
                "nullable": "NO",
                "maxlen": null,
                "precision": 32,
                "radix": 2,
                "scale": 0,
                "interval": null,
                "foreignkey": null
            },
            "saldo_estoque": {
                "position": 9,
                "name": "saldo_estoque",
                "type": "numeric",
                "nullable": "NO",
                "maxlen": null,
                "precision": 18,
                "radix": 10,
                "scale": 6,
                "interval": null,
                "foreignkey": null
            },
            "produto_servico": {
                "position": 10,
                "name": "produto_servico",
                "type": "character varying",
                "nullable": "NO",
                "maxlen": 1,
                "precision": null,
                "radix": null,
                "scale": null,
                "interval": null,
                "foreignkey": null
            },
            "local_stq": {
                "position": 11,
                "name": "local_stq",
                "type": "character varying",
                "nullable": "NO",
                "maxlen": 100,
                "precision": null,
                "radix": null,
                "scale": null,
                "interval": null,
                "foreignkey": null
            },
            "cod_fabricante": {
                "position": 12,
                "name": "cod_fabricante",
                "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": []
        }
    }
}