{
    "table": {
        "name": "vnd_abertura_caixa"
    },
    "attributes": {
        "filial": {
            "type": "integer"
        },
        "data": {
            "type": "datetime"
        },
        "hora": {
            "type": "string"
        },
        "caixa": {
            "type": "integer"
        },
        "abertura": {
            "type": "integer"
        },
        "troco_inicial": {
            "type": "integer"
        },
        "usuario": {
            "type": "integer"
        },
        "status": {
            "type": "string",
            "maxlen": 1
        }
    },
    "originaltable": {
        "fullname": "public.vnd_abertura_caixa",
        "name": "vnd_abertura_caixa",
        "relationship": false,
        "columns": {
            "filial": {
                "position": 1,
                "name": "filial",
                "type": "integer",
                "nullable": "NO",
                "maxlen": null,
                "precision": 32,
                "radix": 2,
                "scale": 0,
                "interval": null,
                "foreignkey": null
            },
            "data": {
                "position": 2,
                "name": "data",
                "type": "date",
                "nullable": "NO",
                "maxlen": null,
                "precision": null,
                "radix": null,
                "scale": null,
                "interval": null,
                "foreignkey": null
            },
            "hora": {
                "position": 3,
                "name": "hora",
                "type": "time without time zone",
                "nullable": "NO",
                "maxlen": null,
                "precision": null,
                "radix": null,
                "scale": null,
                "interval": null,
                "foreignkey": null
            },
            "caixa": {
                "position": 4,
                "name": "caixa",
                "type": "integer",
                "nullable": "NO",
                "maxlen": null,
                "precision": 32,
                "radix": 2,
                "scale": 0,
                "interval": null,
                "foreignkey": null
            },
            "abertura": {
                "position": 5,
                "name": "abertura",
                "type": "integer",
                "nullable": "NO",
                "maxlen": null,
                "precision": 32,
                "radix": 2,
                "scale": 0,
                "interval": null,
                "foreignkey": null
            },
            "troco_inicial": {
                "position": 6,
                "name": "troco_inicial",
                "type": "numeric",
                "nullable": "NO",
                "maxlen": null,
                "precision": 18,
                "radix": 10,
                "scale": 6,
                "interval": null,
                "foreignkey": null
            },
            "usuario": {
                "position": 7,
                "name": "usuario",
                "type": "integer",
                "nullable": "NO",
                "maxlen": null,
                "precision": 32,
                "radix": 2,
                "scale": 0,
                "interval": null,
                "foreignkey": null
            },
            "status": {
                "position": 8,
                "name": "status",
                "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": []
        }
    }
}