{
    "table": {
        "name": "nfs_aux_nota_fiscal_vencimento"
    },
    "attributes": {
        "filial_nota": {
            "type": "integer"
        },
        "nota": {
            "type": "integer"
        },
        "serie": {
            "type": "string",
            "maxlen": 6
        },
        "parcela": {
            "type": "integer"
        },
        "data_vencimento": {
            "type": "datetime"
        },
        "vlr_parcela": {
            "type": "integer"
        }
    },
    "originaltable": {
        "fullname": "public.nfs_aux_nota_fiscal_vencimento",
        "name": "nfs_aux_nota_fiscal_vencimento",
        "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
            },
            "nota": {
                "position": 2,
                "name": "nota",
                "type": "integer",
                "nullable": "NO",
                "maxlen": null,
                "precision": 32,
                "radix": 2,
                "scale": 0,
                "interval": null,
                "foreignkey": null
            },
            "serie": {
                "position": 3,
                "name": "serie",
                "type": "character varying",
                "nullable": "NO",
                "maxlen": 6,
                "precision": null,
                "radix": null,
                "scale": null,
                "interval": null,
                "foreignkey": null
            },
            "parcela": {
                "position": 4,
                "name": "parcela",
                "type": "integer",
                "nullable": "NO",
                "maxlen": null,
                "precision": 32,
                "radix": 2,
                "scale": 0,
                "interval": null,
                "foreignkey": null
            },
            "data_vencimento": {
                "position": 5,
                "name": "data_vencimento",
                "type": "date",
                "nullable": "NO",
                "maxlen": null,
                "precision": null,
                "radix": null,
                "scale": null,
                "interval": null,
                "foreignkey": null
            },
            "vlr_parcela": {
                "position": 6,
                "name": "vlr_parcela",
                "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": []
        }
    }
}