{
    "table": {
        "name": "com_cotacao_header"
    },
    "attributes": {
        "filial": {
            "type": "integer"
        },
        "cotacao": {
            "type": "integer"
        },
        "filial_fornecedor": {
            "type": "integer"
        },
        "fornecedor": {
            "type": "integer"
        },
        "vlr_bruto": {
            "type": "integer"
        },
        "vlr_frete": {
            "type": "integer"
        },
        "vlr_outras": {
            "type": "integer"
        },
        "vlr_desconto": {
            "type": "integer"
        },
        "vlr_liquido": {
            "type": "integer"
        },
        "tipo_pgto": {
            "type": "integer"
        },
        "escolhido": {
            "type": "string",
            "maxlen": 1
        },
        "situacao": {
            "type": "string",
            "maxlen": 1
        }
    },
    "originaltable": {
        "fullname": "public.com_cotacao_header",
        "name": "com_cotacao_header",
        "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
            },
            "filial_fornecedor": {
                "position": 3,
                "name": "filial_fornecedor",
                "type": "integer",
                "nullable": "NO",
                "maxlen": null,
                "precision": 32,
                "radix": 2,
                "scale": 0,
                "interval": null,
                "foreignkey": null
            },
            "fornecedor": {
                "position": 4,
                "name": "fornecedor",
                "type": "integer",
                "nullable": "NO",
                "maxlen": null,
                "precision": 32,
                "radix": 2,
                "scale": 0,
                "interval": null,
                "foreignkey": null
            },
            "vlr_bruto": {
                "position": 5,
                "name": "vlr_bruto",
                "type": "numeric",
                "nullable": "NO",
                "maxlen": null,
                "precision": 18,
                "radix": 10,
                "scale": 6,
                "interval": null,
                "foreignkey": null
            },
            "vlr_frete": {
                "position": 6,
                "name": "vlr_frete",
                "type": "numeric",
                "nullable": "NO",
                "maxlen": null,
                "precision": 18,
                "radix": 10,
                "scale": 6,
                "interval": null,
                "foreignkey": null
            },
            "vlr_outras": {
                "position": 7,
                "name": "vlr_outras",
                "type": "numeric",
                "nullable": "NO",
                "maxlen": null,
                "precision": 18,
                "radix": 10,
                "scale": 6,
                "interval": null,
                "foreignkey": null
            },
            "vlr_desconto": {
                "position": 8,
                "name": "vlr_desconto",
                "type": "numeric",
                "nullable": "NO",
                "maxlen": null,
                "precision": 18,
                "radix": 10,
                "scale": 6,
                "interval": null,
                "foreignkey": null
            },
            "vlr_liquido": {
                "position": 9,
                "name": "vlr_liquido",
                "type": "numeric",
                "nullable": "NO",
                "maxlen": null,
                "precision": 18,
                "radix": 10,
                "scale": 6,
                "interval": null,
                "foreignkey": null
            },
            "tipo_pgto": {
                "position": 10,
                "name": "tipo_pgto",
                "type": "integer",
                "nullable": "NO",
                "maxlen": null,
                "precision": 32,
                "radix": 2,
                "scale": 0,
                "interval": null,
                "foreignkey": null
            },
            "escolhido": {
                "position": 11,
                "name": "escolhido",
                "type": "character varying",
                "nullable": "NO",
                "maxlen": 1,
                "precision": null,
                "radix": null,
                "scale": null,
                "interval": null,
                "foreignkey": null
            },
            "situacao": {
                "position": 12,
                "name": "situacao",
                "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": []
        }
    }
}