{
    "table": {
        "name": "vnd_ficha_venda_movimento"
    },
    "attributes": {
        "filial_ped": {
            "type": "integer"
        },
        "pedido": {
            "type": "integer"
        },
        "filial_ficha": {
            "type": "integer"
        },
        "nr_ficha": {
            "type": "integer"
        }
    },
    "originaltable": {
        "fullname": "public.vnd_ficha_venda_movimento",
        "name": "vnd_ficha_venda_movimento",
        "relationship": false,
        "columns": {
            "filial_ped": {
                "position": 1,
                "name": "filial_ped",
                "type": "integer",
                "nullable": "NO",
                "maxlen": null,
                "precision": 32,
                "radix": 2,
                "scale": 0,
                "interval": null,
                "foreignkey": null
            },
            "pedido": {
                "position": 2,
                "name": "pedido",
                "type": "integer",
                "nullable": "NO",
                "maxlen": null,
                "precision": 32,
                "radix": 2,
                "scale": 0,
                "interval": null,
                "foreignkey": null
            },
            "filial_ficha": {
                "position": 3,
                "name": "filial_ficha",
                "type": "integer",
                "nullable": "NO",
                "maxlen": null,
                "precision": 32,
                "radix": 2,
                "scale": 0,
                "interval": null,
                "foreignkey": null
            },
            "nr_ficha": {
                "position": 4,
                "name": "nr_ficha",
                "type": "integer",
                "nullable": "NO",
                "maxlen": null,
                "precision": 32,
                "radix": 2,
                "scale": 0,
                "interval": null,
                "foreignkey": null
            }
        },
        "constraints": [],
        "relationships": {
            "one-to-one": [],
            "one-to-many": [],
            "many-to-one": [],
            "many-to-many": []
        }
    }
}