{
    "table": {
        "name": "cmi_cota_grupo"
    },
    "attributes": {
        "filial": {
            "type": "integer"
        },
        "ano_mes": {
            "type": "integer"
        },
        "grupo": {
            "type": "integer"
        },
        "indice_cota_qtd": {
            "type": "integer"
        },
        "indice_cota_valor": {
            "type": "integer"
        }
    },
    "originaltable": {
        "fullname": "public.cmi_cota_grupo",
        "name": "cmi_cota_grupo",
        "relationship": false,
        "columns": {
            "filial": {
                "position": 1,
                "name": "filial",
                "type": "integer",
                "nullable": "NO",
                "maxlen": null,
                "precision": 32,
                "radix": 2,
                "scale": 0,
                "interval": null,
                "foreignkey": null
            },
            "ano_mes": {
                "position": 2,
                "name": "ano_mes",
                "type": "integer",
                "nullable": "NO",
                "maxlen": null,
                "precision": 32,
                "radix": 2,
                "scale": 0,
                "interval": null,
                "foreignkey": null
            },
            "grupo": {
                "position": 3,
                "name": "grupo",
                "type": "integer",
                "nullable": "NO",
                "maxlen": null,
                "precision": 32,
                "radix": 2,
                "scale": 0,
                "interval": null,
                "foreignkey": {
                    "column_name": "grupo",
                    "foreign_table_name": "pro_grupo_prod",
                    "foreign_column_name": "codigo"
                }
            },
            "indice_cota_qtd": {
                "position": 4,
                "name": "indice_cota_qtd",
                "type": "numeric",
                "nullable": "NO",
                "maxlen": null,
                "precision": 18,
                "radix": 10,
                "scale": 6,
                "interval": null,
                "foreignkey": null
            },
            "indice_cota_valor": {
                "position": 5,
                "name": "indice_cota_valor",
                "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": [
                {
                    "name": "grupo",
                    "to": "pro_grupo_prod",
                    "to_attribute": "codigo"
                }
            ],
            "many-to-many": []
        },
        "foreignkeys": [
            {
                "column_name": "grupo",
                "foreign_table_name": "pro_grupo_prod",
                "foreign_column_name": "codigo"
            }
        ]
    }
}