{
    "table": {
        "name": "ent_aux_pre_nota"
    },
    "attributes": {
        "filial_nota": {
            "type": "integer"
        },
        "filial_for": {
            "type": "integer"
        },
        "fornecedor": {
            "type": "integer"
        },
        "serie": {
            "type": "string",
            "maxlen": 6
        },
        "nota": {
            "type": "integer"
        },
        "almoxarifado": {
            "type": "integer"
        },
        "data_emissao": {
            "type": "datetime"
        },
        "data_entrega": {
            "type": "datetime"
        },
        "tipo_movimento": {
            "type": "integer"
        },
        "cfop": {
            "type": "integer"
        },
        "situacao": {
            "type": "string",
            "maxlen": 1
        },
        "filial_oc": {
            "type": "integer"
        },
        "oc": {
            "type": "string"
        }
    },
    "originaltable": {
        "fullname": "public.ent_aux_pre_nota",
        "name": "ent_aux_pre_nota",
        "relationship": false,
        "columns": {
            "filial_nota": {
                "position": 1,
                "name": "filial_nota",
                "type": "integer",
                "nullable": "NO",
                "maxlen": null,
                "precision": 32,
                "radix": 2,
                "scale": 0,
                "interval": null,
                "foreignkey": null
            },
            "filial_for": {
                "position": 2,
                "name": "filial_for",
                "type": "integer",
                "nullable": "NO",
                "maxlen": null,
                "precision": 32,
                "radix": 2,
                "scale": 0,
                "interval": null,
                "foreignkey": null
            },
            "fornecedor": {
                "position": 3,
                "name": "fornecedor",
                "type": "integer",
                "nullable": "NO",
                "maxlen": null,
                "precision": 32,
                "radix": 2,
                "scale": 0,
                "interval": null,
                "foreignkey": null
            },
            "serie": {
                "position": 4,
                "name": "serie",
                "type": "character varying",
                "nullable": "NO",
                "maxlen": 6,
                "precision": null,
                "radix": null,
                "scale": null,
                "interval": null,
                "foreignkey": null
            },
            "nota": {
                "position": 5,
                "name": "nota",
                "type": "integer",
                "nullable": "NO",
                "maxlen": null,
                "precision": 32,
                "radix": 2,
                "scale": 0,
                "interval": null,
                "foreignkey": null
            },
            "almoxarifado": {
                "position": 6,
                "name": "almoxarifado",
                "type": "integer",
                "nullable": "NO",
                "maxlen": null,
                "precision": 32,
                "radix": 2,
                "scale": 0,
                "interval": null,
                "foreignkey": null
            },
            "data_emissao": {
                "position": 7,
                "name": "data_emissao",
                "type": "date",
                "nullable": "NO",
                "maxlen": null,
                "precision": null,
                "radix": null,
                "scale": null,
                "interval": null,
                "foreignkey": null
            },
            "data_entrega": {
                "position": 8,
                "name": "data_entrega",
                "type": "date",
                "nullable": "NO",
                "maxlen": null,
                "precision": null,
                "radix": null,
                "scale": null,
                "interval": null,
                "foreignkey": null
            },
            "tipo_movimento": {
                "position": 9,
                "name": "tipo_movimento",
                "type": "integer",
                "nullable": "NO",
                "maxlen": null,
                "precision": 32,
                "radix": 2,
                "scale": 0,
                "interval": null,
                "foreignkey": null
            },
            "cfop": {
                "position": 10,
                "name": "cfop",
                "type": "integer",
                "nullable": "NO",
                "maxlen": null,
                "precision": 32,
                "radix": 2,
                "scale": 0,
                "interval": null,
                "foreignkey": null
            },
            "situacao": {
                "position": 11,
                "name": "situacao",
                "type": "character varying",
                "nullable": "NO",
                "maxlen": 1,
                "precision": null,
                "radix": null,
                "scale": null,
                "interval": null,
                "foreignkey": null
            },
            "filial_oc": {
                "position": 12,
                "name": "filial_oc",
                "type": "integer",
                "nullable": "NO",
                "maxlen": null,
                "precision": 32,
                "radix": 2,
                "scale": 0,
                "interval": null,
                "foreignkey": null
            },
            "oc": {
                "position": 13,
                "name": "oc",
                "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": []
        }
    }
}