{
    "table": {
        "name": "pla_planej_item"
    },
    "attributes": {
        "filial": {
            "type": "integer"
        },
        "planej": {
            "type": "integer"
        },
        "sequencia": {
            "type": "integer"
        },
        "tipo": {
            "type": "integer"
        },
        "refeicao": {
            "type": "integer"
        },
        "servico": {
            "type": "integer"
        },
        "semi": {
            "type": "integer"
        },
        "produto": {
            "type": "integer"
        },
        "unidade_planej": {
            "type": "string",
            "maxlen": 2
        },
        "unidade_compra": {
            "type": "string",
            "maxlen": 2
        },
        "qtd_und_planej": {
            "type": "integer"
        },
        "qtd_und_compra": {
            "type": "integer"
        },
        "preco_unitario": {
            "type": "integer"
        },
        "preco_total": {
            "type": "integer"
        },
        "gramatura": {
            "type": "integer"
        },
        "obs_item": {
            "type": "string",
            "maxlen": 200
        },
        "centro_custo_producao": {
            "type": "integer"
        },
        "preco_ult_cmp_unit": {
            "type": "integer"
        },
        "preco_ult_cmp_total": {
            "type": "integer"
        }
    },
    "originaltable": {
        "fullname": "public.pla_planej_item",
        "name": "pla_planej_item",
        "relationship": false,
        "columns": {
            "filial": {
                "position": 1,
                "name": "filial",
                "type": "integer",
                "nullable": "NO",
                "maxlen": null,
                "precision": 32,
                "radix": 2,
                "scale": 0,
                "interval": null,
                "foreignkey": null
            },
            "planej": {
                "position": 2,
                "name": "planej",
                "type": "integer",
                "nullable": "NO",
                "maxlen": null,
                "precision": 32,
                "radix": 2,
                "scale": 0,
                "interval": null,
                "foreignkey": null
            },
            "sequencia": {
                "position": 3,
                "name": "sequencia",
                "type": "integer",
                "nullable": "NO",
                "maxlen": null,
                "precision": 32,
                "radix": 2,
                "scale": 0,
                "interval": null,
                "foreignkey": null
            },
            "tipo": {
                "position": 4,
                "name": "tipo",
                "type": "integer",
                "nullable": "NO",
                "maxlen": null,
                "precision": 32,
                "radix": 2,
                "scale": 0,
                "interval": null,
                "foreignkey": null
            },
            "refeicao": {
                "position": 5,
                "name": "refeicao",
                "type": "integer",
                "nullable": "NO",
                "maxlen": null,
                "precision": 32,
                "radix": 2,
                "scale": 0,
                "interval": null,
                "foreignkey": null
            },
            "servico": {
                "position": 6,
                "name": "servico",
                "type": "integer",
                "nullable": "NO",
                "maxlen": null,
                "precision": 32,
                "radix": 2,
                "scale": 0,
                "interval": null,
                "foreignkey": null
            },
            "semi": {
                "position": 7,
                "name": "semi",
                "type": "integer",
                "nullable": "NO",
                "maxlen": null,
                "precision": 32,
                "radix": 2,
                "scale": 0,
                "interval": null,
                "foreignkey": null
            },
            "produto": {
                "position": 8,
                "name": "produto",
                "type": "integer",
                "nullable": "NO",
                "maxlen": null,
                "precision": 32,
                "radix": 2,
                "scale": 0,
                "interval": null,
                "foreignkey": null
            },
            "unidade_planej": {
                "position": 9,
                "name": "unidade_planej",
                "type": "character varying",
                "nullable": "NO",
                "maxlen": 2,
                "precision": null,
                "radix": null,
                "scale": null,
                "interval": null,
                "foreignkey": null
            },
            "unidade_compra": {
                "position": 10,
                "name": "unidade_compra",
                "type": "character varying",
                "nullable": "NO",
                "maxlen": 2,
                "precision": null,
                "radix": null,
                "scale": null,
                "interval": null,
                "foreignkey": null
            },
            "qtd_und_planej": {
                "position": 11,
                "name": "qtd_und_planej",
                "type": "numeric",
                "nullable": "NO",
                "maxlen": null,
                "precision": 18,
                "radix": 10,
                "scale": 6,
                "interval": null,
                "foreignkey": null
            },
            "qtd_und_compra": {
                "position": 12,
                "name": "qtd_und_compra",
                "type": "numeric",
                "nullable": "NO",
                "maxlen": null,
                "precision": 18,
                "radix": 10,
                "scale": 6,
                "interval": null,
                "foreignkey": null
            },
            "preco_unitario": {
                "position": 13,
                "name": "preco_unitario",
                "type": "numeric",
                "nullable": "NO",
                "maxlen": null,
                "precision": 18,
                "radix": 10,
                "scale": 6,
                "interval": null,
                "foreignkey": null
            },
            "preco_total": {
                "position": 14,
                "name": "preco_total",
                "type": "numeric",
                "nullable": "NO",
                "maxlen": null,
                "precision": 18,
                "radix": 10,
                "scale": 6,
                "interval": null,
                "foreignkey": null
            },
            "gramatura": {
                "position": 15,
                "name": "gramatura",
                "type": "numeric",
                "nullable": "NO",
                "maxlen": null,
                "precision": 18,
                "radix": 10,
                "scale": 6,
                "interval": null,
                "foreignkey": null
            },
            "obs_item": {
                "position": 16,
                "name": "obs_item",
                "type": "character varying",
                "nullable": "NO",
                "maxlen": 200,
                "precision": null,
                "radix": null,
                "scale": null,
                "interval": null,
                "foreignkey": null
            },
            "centro_custo_producao": {
                "position": 17,
                "name": "centro_custo_producao",
                "type": "integer",
                "nullable": "NO",
                "maxlen": null,
                "precision": 32,
                "radix": 2,
                "scale": 0,
                "interval": null,
                "foreignkey": null
            },
            "preco_ult_cmp_unit": {
                "position": 18,
                "name": "preco_ult_cmp_unit",
                "type": "numeric",
                "nullable": "NO",
                "maxlen": null,
                "precision": 18,
                "radix": 10,
                "scale": 6,
                "interval": null,
                "foreignkey": null
            },
            "preco_ult_cmp_total": {
                "position": 19,
                "name": "preco_ult_cmp_total",
                "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": [],
            "many-to-many": []
        }
    }
}