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