{
    "table": {
        "name": "trp_setor"
    },
    "attributes": {
        "setor": {
            "key": "primary",
            "type": "string",
            "maxlen": 2
        },
        "cidade": {
            "type": "string",
            "maxlen": 50
        },
        "perc_frete": {
            "type": "integer"
        },
        "valor_caixa": {
            "type": "integer"
        }
    },
    "originaltable": {
        "fullname": "public.trp_setor",
        "name": "trp_setor",
        "relationship": false,
        "columns": {
            "setor": {
                "position": 1,
                "name": "setor",
                "type": "character varying",
                "nullable": "NO",
                "maxlen": 2,
                "precision": null,
                "radix": null,
                "scale": null,
                "interval": null,
                "foreignkey": null
            },
            "cidade": {
                "position": 2,
                "name": "cidade",
                "type": "character varying",
                "nullable": "NO",
                "maxlen": 50,
                "precision": null,
                "radix": null,
                "scale": null,
                "interval": null,
                "foreignkey": null
            },
            "perc_frete": {
                "position": 3,
                "name": "perc_frete",
                "type": "numeric",
                "nullable": "NO",
                "maxlen": null,
                "precision": 18,
                "radix": 10,
                "scale": 6,
                "interval": null,
                "foreignkey": null
            },
            "valor_caixa": {
                "position": 4,
                "name": "valor_caixa",
                "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": []
        }
    }
}