{
    "table": {
        "name": "pla_ciclo_item"
    },
    "attributes": {
        "seq_ciclo": {
            "type": "integer"
        },
        "seq_item": {
            "type": "integer"
        },
        "cod_refeicao": {
            "type": "integer"
        },
        "periodicidade": {
            "type": "integer"
        },
        "ciclo": {
            "type": "integer"
        },
        "trecho": {
            "type": "integer"
        }
    },
    "originaltable": {
        "fullname": "public.pla_ciclo_item",
        "name": "pla_ciclo_item",
        "relationship": false,
        "columns": {
            "seq_ciclo": {
                "position": 1,
                "name": "seq_ciclo",
                "type": "integer",
                "nullable": "NO",
                "maxlen": null,
                "precision": 32,
                "radix": 2,
                "scale": 0,
                "interval": null,
                "foreignkey": null
            },
            "seq_item": {
                "position": 2,
                "name": "seq_item",
                "type": "integer",
                "nullable": "NO",
                "maxlen": null,
                "precision": 32,
                "radix": 2,
                "scale": 0,
                "interval": null,
                "foreignkey": null
            },
            "cod_refeicao": {
                "position": 3,
                "name": "cod_refeicao",
                "type": "integer",
                "nullable": "NO",
                "maxlen": null,
                "precision": 32,
                "radix": 2,
                "scale": 0,
                "interval": null,
                "foreignkey": null
            },
            "periodicidade": {
                "position": 4,
                "name": "periodicidade",
                "type": "integer",
                "nullable": "NO",
                "maxlen": null,
                "precision": 32,
                "radix": 2,
                "scale": 0,
                "interval": null,
                "foreignkey": null
            },
            "ciclo": {
                "position": 5,
                "name": "ciclo",
                "type": "integer",
                "nullable": "NO",
                "maxlen": null,
                "precision": 32,
                "radix": 2,
                "scale": 0,
                "interval": null,
                "foreignkey": null
            },
            "trecho": {
                "position": 6,
                "name": "trecho",
                "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": []
        }
    }
}