{
    "table": {
        "name": "vnd_integracao_start_log"
    },
    "attributes": {
        "filial_orc": {
            "type": "integer"
        },
        "orcamento": {
            "type": "integer"
        },
        "sequencia": {
            "type": "integer"
        },
        "status": {
            "type": "string"
        },
        "faixa_risco": {
            "type": "string"
        },
        "data": {
            "type": "datetime"
        },
        "hora": {
            "type": "string"
        },
        "usuario": {
            "type": "integer"
        },
        "mensagem": {
            "type": "string"
        }
    },
    "originaltable": {
        "fullname": "public.vnd_integracao_start_log",
        "name": "vnd_integracao_start_log",
        "relationship": false,
        "columns": {
            "filial_orc": {
                "position": 1,
                "name": "filial_orc",
                "type": "integer",
                "nullable": "NO",
                "maxlen": null,
                "precision": 32,
                "radix": 2,
                "scale": 0,
                "interval": null,
                "foreignkey": null
            },
            "orcamento": {
                "position": 2,
                "name": "orcamento",
                "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
            },
            "status": {
                "position": 4,
                "name": "status",
                "type": "character varying",
                "nullable": "NO",
                "maxlen": null,
                "precision": null,
                "radix": null,
                "scale": null,
                "interval": null,
                "foreignkey": null
            },
            "faixa_risco": {
                "position": 5,
                "name": "faixa_risco",
                "type": "character varying",
                "nullable": "NO",
                "maxlen": null,
                "precision": null,
                "radix": null,
                "scale": null,
                "interval": null,
                "foreignkey": null
            },
            "data": {
                "position": 6,
                "name": "data",
                "type": "date",
                "nullable": "NO",
                "maxlen": null,
                "precision": null,
                "radix": null,
                "scale": null,
                "interval": null,
                "foreignkey": null
            },
            "hora": {
                "position": 7,
                "name": "hora",
                "type": "time without time zone",
                "nullable": "NO",
                "maxlen": null,
                "precision": null,
                "radix": null,
                "scale": null,
                "interval": null,
                "foreignkey": null
            },
            "usuario": {
                "position": 8,
                "name": "usuario",
                "type": "integer",
                "nullable": "NO",
                "maxlen": null,
                "precision": 32,
                "radix": 2,
                "scale": 0,
                "interval": null,
                "foreignkey": null
            },
            "mensagem": {
                "position": 9,
                "name": "mensagem",
                "type": "character varying",
                "nullable": "NO",
                "maxlen": null,
                "precision": null,
                "radix": null,
                "scale": null,
                "interval": null,
                "foreignkey": null
            }
        },
        "constraints": [],
        "relationships": {
            "one-to-one": [],
            "one-to-many": [],
            "many-to-one": [],
            "many-to-many": []
        }
    }
}