{
    "table": {
        "name": "com_rel_cotacao_oc_catering"
    },
    "attributes": {
        "filial": {
            "type": "integer"
        },
        "sequencia": {
            "type": "integer"
        },
        "produto": {
            "type": "integer"
        },
        "data_cotacao": {
            "type": "datetime"
        },
        "familia": {
            "type": "integer"
        },
        "periodo": {
            "type": "datetime"
        },
        "qtde_comprar": {
            "type": "integer"
        },
        "num_oc": {
            "type": "integer"
        }
    },
    "originaltable": {
        "fullname": "public.com_rel_cotacao_oc_catering",
        "name": "com_rel_cotacao_oc_catering",
        "relationship": false,
        "columns": {
            "filial": {
                "position": 1,
                "name": "filial",
                "type": "integer",
                "nullable": "NO",
                "maxlen": null,
                "precision": 32,
                "radix": 2,
                "scale": 0,
                "interval": null,
                "foreignkey": null
            },
            "sequencia": {
                "position": 2,
                "name": "sequencia",
                "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
            },
            "data_cotacao": {
                "position": 4,
                "name": "data_cotacao",
                "type": "date",
                "nullable": "NO",
                "maxlen": null,
                "precision": null,
                "radix": null,
                "scale": null,
                "interval": null,
                "foreignkey": null
            },
            "familia": {
                "position": 5,
                "name": "familia",
                "type": "integer",
                "nullable": "NO",
                "maxlen": null,
                "precision": 32,
                "radix": 2,
                "scale": 0,
                "interval": null,
                "foreignkey": null
            },
            "periodo": {
                "position": 6,
                "name": "periodo",
                "type": "date",
                "nullable": "NO",
                "maxlen": null,
                "precision": null,
                "radix": null,
                "scale": null,
                "interval": null,
                "foreignkey": null
            },
            "qtde_comprar": {
                "position": 7,
                "name": "qtde_comprar",
                "type": "numeric",
                "nullable": "NO",
                "maxlen": null,
                "precision": 18,
                "radix": 10,
                "scale": 6,
                "interval": null,
                "foreignkey": null
            },
            "num_oc": {
                "position": 8,
                "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": []
        }
    }
}