{
    "table": {
        "name": "pla_aux_relatorio_preco_mercado"
    },
    "attributes": {
        "filial": {
            "type": "integer"
        },
        "terminal_ip": {
            "type": "string",
            "maxlen": 15
        },
        "cliente": {
            "type": "integer"
        },
        "ano": {
            "type": "integer"
        },
        "mes": {
            "type": "integer"
        },
        "tabela": {
            "type": "integer"
        },
        "produto": {
            "type": "integer"
        },
        "quantidade": {
            "type": "integer"
        },
        "data_ultima_compra": {
            "type": "datetime"
        },
        "preco_ultima_compra": {
            "type": "integer"
        },
        "preco_mercado": {
            "type": "integer"
        }
    },
    "originaltable": {
        "fullname": "public.pla_aux_relatorio_preco_mercado",
        "name": "pla_aux_relatorio_preco_mercado",
        "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
            },
            "cliente": {
                "position": 3,
                "name": "cliente",
                "type": "integer",
                "nullable": "NO",
                "maxlen": null,
                "precision": 32,
                "radix": 2,
                "scale": 0,
                "interval": null,
                "foreignkey": null
            },
            "ano": {
                "position": 4,
                "name": "ano",
                "type": "integer",
                "nullable": "NO",
                "maxlen": null,
                "precision": 32,
                "radix": 2,
                "scale": 0,
                "interval": null,
                "foreignkey": null
            },
            "mes": {
                "position": 5,
                "name": "mes",
                "type": "integer",
                "nullable": "NO",
                "maxlen": null,
                "precision": 32,
                "radix": 2,
                "scale": 0,
                "interval": null,
                "foreignkey": null
            },
            "tabela": {
                "position": 6,
                "name": "tabela",
                "type": "integer",
                "nullable": "NO",
                "maxlen": null,
                "precision": 32,
                "radix": 2,
                "scale": 0,
                "interval": null,
                "foreignkey": null
            },
            "produto": {
                "position": 7,
                "name": "produto",
                "type": "integer",
                "nullable": "NO",
                "maxlen": null,
                "precision": 32,
                "radix": 2,
                "scale": 0,
                "interval": null,
                "foreignkey": null
            },
            "quantidade": {
                "position": 8,
                "name": "quantidade",
                "type": "numeric",
                "nullable": "NO",
                "maxlen": null,
                "precision": 18,
                "radix": 10,
                "scale": 6,
                "interval": null,
                "foreignkey": null
            },
            "data_ultima_compra": {
                "position": 9,
                "name": "data_ultima_compra",
                "type": "date",
                "nullable": "NO",
                "maxlen": null,
                "precision": null,
                "radix": null,
                "scale": null,
                "interval": null,
                "foreignkey": null
            },
            "preco_ultima_compra": {
                "position": 10,
                "name": "preco_ultima_compra",
                "type": "numeric",
                "nullable": "NO",
                "maxlen": null,
                "precision": 18,
                "radix": 10,
                "scale": 6,
                "interval": null,
                "foreignkey": null
            },
            "preco_mercado": {
                "position": 11,
                "name": "preco_mercado",
                "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": []
        }
    }
}