{
    "table": {
        "name": "com_rel_cotacao_oc"
    },
    "attributes": {
        "filial": {
            "type": "integer"
        },
        "cotacao": {
            "type": "integer"
        },
        "num_oc": {
            "type": "integer"
        }
    },
    "originaltable": {
        "fullname": "public.com_rel_cotacao_oc",
        "name": "com_rel_cotacao_oc",
        "relationship": false,
        "columns": {
            "filial": {
                "position": 1,
                "name": "filial",
                "type": "integer",
                "nullable": "NO",
                "maxlen": null,
                "precision": 32,
                "radix": 2,
                "scale": 0,
                "interval": null,
                "foreignkey": null
            },
            "cotacao": {
                "position": 2,
                "name": "cotacao",
                "type": "integer",
                "nullable": "NO",
                "maxlen": null,
                "precision": 32,
                "radix": 2,
                "scale": 0,
                "interval": null,
                "foreignkey": null
            },
            "num_oc": {
                "position": 3,
                "name": "num_oc",
                "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": []
        }
    }
}