{
    "table": {
        "name": "com_aux_pedido_compras_vendas"
    },
    "attributes": {
        "usuario": {
            "type": "integer"
        },
        "produto": {
            "type": "integer"
        },
        "ano": {
            "type": "string",
            "maxlen": 4
        },
        "mes": {
            "type": "string",
            "maxlen": 2
        },
        "vda_vlr": {
            "type": "integer"
        },
        "vda_qtd": {
            "type": "integer"
        }
    },
    "originaltable": {
        "fullname": "public.com_aux_pedido_compras_vendas",
        "name": "com_aux_pedido_compras_vendas",
        "relationship": false,
        "columns": {
            "usuario": {
                "position": 1,
                "name": "usuario",
                "type": "integer",
                "nullable": "NO",
                "maxlen": null,
                "precision": 32,
                "radix": 2,
                "scale": 0,
                "interval": null,
                "foreignkey": null
            },
            "produto": {
                "position": 2,
                "name": "produto",
                "type": "integer",
                "nullable": "NO",
                "maxlen": null,
                "precision": 32,
                "radix": 2,
                "scale": 0,
                "interval": null,
                "foreignkey": null
            },
            "ano": {
                "position": 3,
                "name": "ano",
                "type": "character varying",
                "nullable": "NO",
                "maxlen": 4,
                "precision": null,
                "radix": null,
                "scale": null,
                "interval": null,
                "foreignkey": null
            },
            "mes": {
                "position": 4,
                "name": "mes",
                "type": "character varying",
                "nullable": "NO",
                "maxlen": 2,
                "precision": null,
                "radix": null,
                "scale": null,
                "interval": null,
                "foreignkey": null
            },
            "vda_vlr": {
                "position": 5,
                "name": "vda_vlr",
                "type": "numeric",
                "nullable": "NO",
                "maxlen": null,
                "precision": 18,
                "radix": 10,
                "scale": 6,
                "interval": null,
                "foreignkey": null
            },
            "vda_qtd": {
                "position": 6,
                "name": "vda_qtd",
                "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": []
        }
    }
}