{
    "table": {
        "name": "vnd_log_apaga"
    },
    "attributes": {
        "filial_log": {
            "type": "integer"
        },
        "sequencia": {
            "type": "integer"
        },
        "data": {
            "type": "datetime"
        },
        "hora": {
            "type": "string"
        },
        "usuario": {
            "type": "integer"
        },
        "num_documento": {
            "type": "integer"
        },
        "cliente": {
            "type": "integer"
        },
        "data_documento": {
            "type": "datetime"
        },
        "vlr_documento": {
            "type": "integer"
        }
    },
    "originaltable": {
        "fullname": "public.vnd_log_apaga",
        "name": "vnd_log_apaga",
        "relationship": false,
        "columns": {
            "filial_log": {
                "position": 1,
                "name": "filial_log",
                "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
            },
            "data": {
                "position": 3,
                "name": "data",
                "type": "date",
                "nullable": "NO",
                "maxlen": null,
                "precision": null,
                "radix": null,
                "scale": null,
                "interval": null,
                "foreignkey": null
            },
            "hora": {
                "position": 4,
                "name": "hora",
                "type": "time without time zone",
                "nullable": "NO",
                "maxlen": null,
                "precision": null,
                "radix": null,
                "scale": null,
                "interval": null,
                "foreignkey": null
            },
            "usuario": {
                "position": 5,
                "name": "usuario",
                "type": "integer",
                "nullable": "NO",
                "maxlen": null,
                "precision": 32,
                "radix": 2,
                "scale": 0,
                "interval": null,
                "foreignkey": null
            },
            "num_documento": {
                "position": 6,
                "name": "num_documento",
                "type": "integer",
                "nullable": "NO",
                "maxlen": null,
                "precision": 32,
                "radix": 2,
                "scale": 0,
                "interval": null,
                "foreignkey": null
            },
            "cliente": {
                "position": 7,
                "name": "cliente",
                "type": "integer",
                "nullable": "NO",
                "maxlen": null,
                "precision": 32,
                "radix": 2,
                "scale": 0,
                "interval": null,
                "foreignkey": null
            },
            "data_documento": {
                "position": 8,
                "name": "data_documento",
                "type": "date",
                "nullable": "NO",
                "maxlen": null,
                "precision": null,
                "radix": null,
                "scale": null,
                "interval": null,
                "foreignkey": null
            },
            "vlr_documento": {
                "position": 9,
                "name": "vlr_documento",
                "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": []
        }
    }
}