{
    "table": {
        "name": "vnd_aux_caixa_rapido"
    },
    "attributes": {
        "cod_aux": {
            "type": "integer"
        },
        "seq_item": {
            "type": "integer"
        },
        "produto": {
            "type": "integer"
        },
        "quantidade": {
            "type": "integer"
        },
        "valor_unitario": {
            "type": "integer"
        },
        "valor_total": {
            "type": "integer"
        }
    },
    "originaltable": {
        "fullname": "public.vnd_aux_caixa_rapido",
        "name": "vnd_aux_caixa_rapido",
        "relationship": false,
        "columns": {
            "cod_aux": {
                "position": 1,
                "name": "cod_aux",
                "type": "integer",
                "nullable": "NO",
                "maxlen": null,
                "precision": 32,
                "radix": 2,
                "scale": 0,
                "interval": null,
                "foreignkey": null
            },
            "seq_item": {
                "position": 2,
                "name": "seq_item",
                "type": "integer",
                "nullable": "NO",
                "maxlen": null,
                "precision": 32,
                "radix": 2,
                "scale": 0,
                "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
            },
            "quantidade": {
                "position": 4,
                "name": "quantidade",
                "type": "numeric",
                "nullable": "NO",
                "maxlen": null,
                "precision": 18,
                "radix": 10,
                "scale": 6,
                "interval": null,
                "foreignkey": null
            },
            "valor_unitario": {
                "position": 5,
                "name": "valor_unitario",
                "type": "numeric",
                "nullable": "NO",
                "maxlen": null,
                "precision": 18,
                "radix": 10,
                "scale": 6,
                "interval": null,
                "foreignkey": null
            },
            "valor_total": {
                "position": 6,
                "name": "valor_total",
                "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": []
        }
    }
}