{
    "table": {
        "name": "vnd_ficha_venda"
    },
    "attributes": {
        "filial": {
            "type": "integer"
        },
        "nr_ficha": {
            "type": "integer"
        },
        "status": {
            "type": "string",
            "maxlen": 2
        }
    },
    "originaltable": {
        "fullname": "public.vnd_ficha_venda",
        "name": "vnd_ficha_venda",
        "relationship": false,
        "columns": {
            "filial": {
                "position": 1,
                "name": "filial",
                "type": "integer",
                "nullable": "NO",
                "maxlen": null,
                "precision": 32,
                "radix": 2,
                "scale": 0,
                "interval": null,
                "foreignkey": null
            },
            "nr_ficha": {
                "position": 2,
                "name": "nr_ficha",
                "type": "integer",
                "nullable": "NO",
                "maxlen": null,
                "precision": 32,
                "radix": 2,
                "scale": 0,
                "interval": null,
                "foreignkey": null
            },
            "status": {
                "position": 3,
                "name": "status",
                "type": "character varying",
                "nullable": "NO",
                "maxlen": 2,
                "precision": null,
                "radix": null,
                "scale": null,
                "interval": null,
                "foreignkey": null
            }
        },
        "constraints": [],
        "relationships": {
            "one-to-one": [],
            "one-to-many": [],
            "many-to-one": [],
            "many-to-many": []
        }
    }
}