{
    "table": {
        "name": "pla_tab_nutricional_alimento_x_nutriente"
    },
    "attributes": {
        "alimento": {
            "type": "integer"
        },
        "nutriente": {
            "type": "integer"
        },
        "valor": {
            "type": "string",
            "maxlen": 20
        }
    },
    "originaltable": {
        "fullname": "public.pla_tab_nutricional_alimento_x_nutriente",
        "name": "pla_tab_nutricional_alimento_x_nutriente",
        "relationship": true,
        "columns": {
            "alimento": {
                "position": 1,
                "name": "alimento",
                "type": "integer",
                "nullable": "NO",
                "maxlen": null,
                "precision": 32,
                "radix": 2,
                "scale": 0,
                "interval": null,
                "foreignkey": null
            },
            "nutriente": {
                "position": 2,
                "name": "nutriente",
                "type": "integer",
                "nullable": "NO",
                "maxlen": null,
                "precision": 32,
                "radix": 2,
                "scale": 0,
                "interval": null,
                "foreignkey": null
            },
            "valor": {
                "position": 3,
                "name": "valor",
                "type": "character varying",
                "nullable": "NO",
                "maxlen": 20,
                "precision": null,
                "radix": null,
                "scale": null,
                "interval": null,
                "foreignkey": null
            }
        },
        "constraints": [],
        "relationships": {
            "one-to-one": [],
            "one-to-many": [],
            "many-to-one": [],
            "many-to-many": []
        }
    }
}