{
    "table": {
        "name": "nfs_aux_cupom_fiscal"
    },
    "attributes": {
        "impressora": {
            "type": "string",
            "maxlen": 30
        },
        "data": {
            "type": "datetime"
        },
        "numero_coo": {
            "type": "string",
            "maxlen": 30
        },
        "numero_loja": {
            "type": "string",
            "maxlen": 30
        },
        "numero_cro": {
            "type": "string",
            "maxlen": 30
        },
        "subtotal": {
            "type": "integer"
        },
        "desconto": {
            "type": "integer"
        },
        "tipo_desconto": {
            "type": "string",
            "maxlen": 1
        },
        "acrescimo": {
            "type": "integer"
        },
        "tipo_acrescimo": {
            "type": "string",
            "maxlen": 1
        },
        "total_liquido": {
            "type": "integer"
        },
        "cancelado": {
            "type": "string",
            "maxlen": 1
        },
        "cpf_cnpj": {
            "type": "string",
            "maxlen": 30
        }
    },
    "originaltable": {
        "fullname": "public.nfs_aux_cupom_fiscal",
        "name": "nfs_aux_cupom_fiscal",
        "relationship": false,
        "columns": {
            "impressora": {
                "position": 1,
                "name": "impressora",
                "type": "character varying",
                "nullable": "NO",
                "maxlen": 30,
                "precision": null,
                "radix": null,
                "scale": null,
                "interval": null,
                "foreignkey": null
            },
            "data": {
                "position": 2,
                "name": "data",
                "type": "date",
                "nullable": "NO",
                "maxlen": null,
                "precision": null,
                "radix": null,
                "scale": null,
                "interval": null,
                "foreignkey": null
            },
            "numero_coo": {
                "position": 3,
                "name": "numero_coo",
                "type": "character varying",
                "nullable": "NO",
                "maxlen": 30,
                "precision": null,
                "radix": null,
                "scale": null,
                "interval": null,
                "foreignkey": null
            },
            "numero_loja": {
                "position": 4,
                "name": "numero_loja",
                "type": "character varying",
                "nullable": "NO",
                "maxlen": 30,
                "precision": null,
                "radix": null,
                "scale": null,
                "interval": null,
                "foreignkey": null
            },
            "numero_cro": {
                "position": 5,
                "name": "numero_cro",
                "type": "character varying",
                "nullable": "NO",
                "maxlen": 30,
                "precision": null,
                "radix": null,
                "scale": null,
                "interval": null,
                "foreignkey": null
            },
            "subtotal": {
                "position": 6,
                "name": "subtotal",
                "type": "numeric",
                "nullable": "NO",
                "maxlen": null,
                "precision": 18,
                "radix": 10,
                "scale": 6,
                "interval": null,
                "foreignkey": null
            },
            "desconto": {
                "position": 7,
                "name": "desconto",
                "type": "numeric",
                "nullable": "NO",
                "maxlen": null,
                "precision": 18,
                "radix": 10,
                "scale": 6,
                "interval": null,
                "foreignkey": null
            },
            "tipo_desconto": {
                "position": 8,
                "name": "tipo_desconto",
                "type": "character varying",
                "nullable": "NO",
                "maxlen": 1,
                "precision": null,
                "radix": null,
                "scale": null,
                "interval": null,
                "foreignkey": null
            },
            "acrescimo": {
                "position": 9,
                "name": "acrescimo",
                "type": "numeric",
                "nullable": "NO",
                "maxlen": null,
                "precision": 18,
                "radix": 10,
                "scale": 6,
                "interval": null,
                "foreignkey": null
            },
            "tipo_acrescimo": {
                "position": 10,
                "name": "tipo_acrescimo",
                "type": "character varying",
                "nullable": "NO",
                "maxlen": 1,
                "precision": null,
                "radix": null,
                "scale": null,
                "interval": null,
                "foreignkey": null
            },
            "total_liquido": {
                "position": 11,
                "name": "total_liquido",
                "type": "numeric",
                "nullable": "NO",
                "maxlen": null,
                "precision": 18,
                "radix": 10,
                "scale": 6,
                "interval": null,
                "foreignkey": null
            },
            "cancelado": {
                "position": 12,
                "name": "cancelado",
                "type": "character varying",
                "nullable": "NO",
                "maxlen": 1,
                "precision": null,
                "radix": null,
                "scale": null,
                "interval": null,
                "foreignkey": null
            },
            "cpf_cnpj": {
                "position": 13,
                "name": "cpf_cnpj",
                "type": "character varying",
                "nullable": "NO",
                "maxlen": 30,
                "precision": null,
                "radix": null,
                "scale": null,
                "interval": null,
                "foreignkey": null
            }
        },
        "constraints": [],
        "relationships": {
            "one-to-one": [],
            "one-to-many": [],
            "many-to-one": [],
            "many-to-many": []
        }
    }
}