{
    "table": {
        "name": "vnd_ordem_servico_impressao"
    },
    "attributes": {
        "filial": {
            "type": "integer"
        },
        "ordem_servico": {
            "type": "integer"
        },
        "orcamento": {
            "type": "integer"
        },
        "sequencia_it": {
            "type": "integer"
        },
        "impresso_sn": {
            "type": "string",
            "maxlen": 1
        }
    },
    "originaltable": {
        "fullname": "public.vnd_ordem_servico_impressao",
        "name": "vnd_ordem_servico_impressao",
        "relationship": false,
        "columns": {
            "filial": {
                "position": 1,
                "name": "filial",
                "type": "integer",
                "nullable": "NO",
                "maxlen": null,
                "precision": 32,
                "radix": 2,
                "scale": 0,
                "interval": null,
                "foreignkey": null
            },
            "ordem_servico": {
                "position": 2,
                "name": "ordem_servico",
                "type": "integer",
                "nullable": "NO",
                "maxlen": null,
                "precision": 32,
                "radix": 2,
                "scale": 0,
                "interval": null,
                "foreignkey": null
            },
            "orcamento": {
                "position": 3,
                "name": "orcamento",
                "type": "integer",
                "nullable": "NO",
                "maxlen": null,
                "precision": 32,
                "radix": 2,
                "scale": 0,
                "interval": null,
                "foreignkey": null
            },
            "sequencia_it": {
                "position": 4,
                "name": "sequencia_it",
                "type": "integer",
                "nullable": "NO",
                "maxlen": null,
                "precision": 32,
                "radix": 2,
                "scale": 0,
                "interval": null,
                "foreignkey": null
            },
            "impresso_sn": {
                "position": 5,
                "name": "impresso_sn",
                "type": "character varying",
                "nullable": "NO",
                "maxlen": 1,
                "precision": null,
                "radix": null,
                "scale": null,
                "interval": null,
                "foreignkey": null
            }
        },
        "constraints": [],
        "relationships": {
            "one-to-one": [],
            "one-to-many": [],
            "many-to-one": [],
            "many-to-many": []
        }
    }
}