{
    "table": {
        "name": "com_cotacao_edital"
    },
    "attributes": {
        "filial": {
            "type": "integer"
        },
        "cotacao": {
            "type": "integer"
        },
        "comprador": {
            "type": "integer"
        },
        "tipo_pagamento": {
            "type": "integer"
        },
        "data_inicio": {
            "type": "datetime"
        },
        "hora_inicio": {
            "type": "string"
        },
        "data_termino": {
            "type": "datetime"
        },
        "hora_termino": {
            "type": "string"
        },
        "prazo_entrega": {
            "type": "datetime"
        },
        "ip_abertura": {
            "type": "string",
            "maxlen": 15
        },
        "usuario_abertura": {
            "type": "integer"
        },
        "tipo_apuracao": {
            "type": "string",
            "maxlen": 1
        },
        "situacao": {
            "type": "string",
            "maxlen": 1
        },
        "observacao": {
            "type": "string",
            "maxlen": 2000
        }
    },
    "originaltable": {
        "fullname": "public.com_cotacao_edital",
        "name": "com_cotacao_edital",
        "relationship": false,
        "columns": {
            "filial": {
                "position": 1,
                "name": "filial",
                "type": "integer",
                "nullable": "NO",
                "maxlen": null,
                "precision": 32,
                "radix": 2,
                "scale": 0,
                "interval": null,
                "foreignkey": null
            },
            "cotacao": {
                "position": 2,
                "name": "cotacao",
                "type": "integer",
                "nullable": "NO",
                "maxlen": null,
                "precision": 32,
                "radix": 2,
                "scale": 0,
                "interval": null,
                "foreignkey": null
            },
            "comprador": {
                "position": 3,
                "name": "comprador",
                "type": "integer",
                "nullable": "NO",
                "maxlen": null,
                "precision": 32,
                "radix": 2,
                "scale": 0,
                "interval": null,
                "foreignkey": null
            },
            "tipo_pagamento": {
                "position": 4,
                "name": "tipo_pagamento",
                "type": "integer",
                "nullable": "NO",
                "maxlen": null,
                "precision": 32,
                "radix": 2,
                "scale": 0,
                "interval": null,
                "foreignkey": null
            },
            "data_inicio": {
                "position": 5,
                "name": "data_inicio",
                "type": "date",
                "nullable": "NO",
                "maxlen": null,
                "precision": null,
                "radix": null,
                "scale": null,
                "interval": null,
                "foreignkey": null
            },
            "hora_inicio": {
                "position": 6,
                "name": "hora_inicio",
                "type": "time without time zone",
                "nullable": "NO",
                "maxlen": null,
                "precision": null,
                "radix": null,
                "scale": null,
                "interval": null,
                "foreignkey": null
            },
            "data_termino": {
                "position": 7,
                "name": "data_termino",
                "type": "date",
                "nullable": "NO",
                "maxlen": null,
                "precision": null,
                "radix": null,
                "scale": null,
                "interval": null,
                "foreignkey": null
            },
            "hora_termino": {
                "position": 8,
                "name": "hora_termino",
                "type": "time without time zone",
                "nullable": "NO",
                "maxlen": null,
                "precision": null,
                "radix": null,
                "scale": null,
                "interval": null,
                "foreignkey": null
            },
            "prazo_entrega": {
                "position": 9,
                "name": "prazo_entrega",
                "type": "date",
                "nullable": "NO",
                "maxlen": null,
                "precision": null,
                "radix": null,
                "scale": null,
                "interval": null,
                "foreignkey": null
            },
            "ip_abertura": {
                "position": 10,
                "name": "ip_abertura",
                "type": "character varying",
                "nullable": "NO",
                "maxlen": 15,
                "precision": null,
                "radix": null,
                "scale": null,
                "interval": null,
                "foreignkey": null
            },
            "usuario_abertura": {
                "position": 11,
                "name": "usuario_abertura",
                "type": "integer",
                "nullable": "NO",
                "maxlen": null,
                "precision": 32,
                "radix": 2,
                "scale": 0,
                "interval": null,
                "foreignkey": null
            },
            "tipo_apuracao": {
                "position": 12,
                "name": "tipo_apuracao",
                "type": "character varying",
                "nullable": "NO",
                "maxlen": 1,
                "precision": null,
                "radix": null,
                "scale": null,
                "interval": null,
                "foreignkey": null
            },
            "situacao": {
                "position": 13,
                "name": "situacao",
                "type": "character varying",
                "nullable": "NO",
                "maxlen": 1,
                "precision": null,
                "radix": null,
                "scale": null,
                "interval": null,
                "foreignkey": null
            },
            "observacao": {
                "position": 14,
                "name": "observacao",
                "type": "character varying",
                "nullable": "NO",
                "maxlen": 2000,
                "precision": null,
                "radix": null,
                "scale": null,
                "interval": null,
                "foreignkey": null
            }
        },
        "constraints": [],
        "relationships": {
            "one-to-one": [],
            "one-to-many": [],
            "many-to-one": [],
            "many-to-many": []
        }
    }
}