{
    "table": {
        "name": "ctb_cred_pis_forn"
    },
    "attributes": {
        "cod_pro_tipo_ctb": {
            "type": "integer"
        },
        "filial_nota": {
            "type": "integer"
        },
        "filial_for": {
            "type": "integer"
        },
        "fornecedor": {
            "type": "integer"
        },
        "doc_serie": {
            "type": "string",
            "maxlen": 6
        },
        "doc_numero": {
            "type": "integer"
        },
        "doc_data": {
            "type": "datetime"
        },
        "vlr_base_calculo": {
            "type": "integer"
        },
        "vlr_pis": {
            "type": "integer"
        },
        "vlr_cofins": {
            "type": "integer"
        }
    },
    "originaltable": {
        "fullname": "public.ctb_cred_pis_forn",
        "name": "ctb_cred_pis_forn",
        "relationship": false,
        "columns": {
            "cod_pro_tipo_ctb": {
                "position": 1,
                "name": "cod_pro_tipo_ctb",
                "type": "integer",
                "nullable": "NO",
                "maxlen": null,
                "precision": 32,
                "radix": 2,
                "scale": 0,
                "interval": null,
                "foreignkey": null
            },
            "filial_nota": {
                "position": 2,
                "name": "filial_nota",
                "type": "integer",
                "nullable": "NO",
                "maxlen": null,
                "precision": 32,
                "radix": 2,
                "scale": 0,
                "interval": null,
                "foreignkey": null
            },
            "filial_for": {
                "position": 3,
                "name": "filial_for",
                "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
            },
            "doc_serie": {
                "position": 5,
                "name": "doc_serie",
                "type": "character varying",
                "nullable": "NO",
                "maxlen": 6,
                "precision": null,
                "radix": null,
                "scale": null,
                "interval": null,
                "foreignkey": null
            },
            "doc_numero": {
                "position": 6,
                "name": "doc_numero",
                "type": "integer",
                "nullable": "NO",
                "maxlen": null,
                "precision": 32,
                "radix": 2,
                "scale": 0,
                "interval": null,
                "foreignkey": null
            },
            "doc_data": {
                "position": 7,
                "name": "doc_data",
                "type": "date",
                "nullable": "NO",
                "maxlen": null,
                "precision": null,
                "radix": null,
                "scale": null,
                "interval": null,
                "foreignkey": null
            },
            "vlr_base_calculo": {
                "position": 8,
                "name": "vlr_base_calculo",
                "type": "numeric",
                "nullable": "NO",
                "maxlen": null,
                "precision": 18,
                "radix": 10,
                "scale": 6,
                "interval": null,
                "foreignkey": null
            },
            "vlr_pis": {
                "position": 9,
                "name": "vlr_pis",
                "type": "numeric",
                "nullable": "NO",
                "maxlen": null,
                "precision": 18,
                "radix": 10,
                "scale": 6,
                "interval": null,
                "foreignkey": null
            },
            "vlr_cofins": {
                "position": 10,
                "name": "vlr_cofins",
                "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": []
        }
    }
}