{
    "table": {
        "name": "trp_parametro_transportadora"
    },
    "attributes": {
        "codigo": {
            "key": "primary",
            "type": "integer"
        },
        "percentual_seguro": {
            "type": "integer"
        },
        "percentual_inss_papeleta": {
            "type": "integer"
        },
        "percentual_frete_calculo_inss": {
            "type": "integer"
        },
        "percentual_sest_senat_papeleta": {
            "type": "integer"
        },
        "percentual_frete_calculo_sest_senat": {
            "type": "integer"
        },
        "banco_padrao": {
            "type": "integer"
        },
        "tipo_conector_cte": {
            "type": "string",
            "maxlen": 1
        },
        "tipo_ambiente_cte": {
            "type": "string",
            "maxlen": 1
        },
        "status_scan_cte": {
            "type": "string",
            "maxlen": 1
        },
        "nome_seguradora": {
            "type": "string",
            "maxlen": 50
        },
        "numero_apolice": {
            "type": "integer"
        },
        "seguro_responsavel": {
            "type": "integer"
        },
        "rntrc_empresa": {
            "type": "string",
            "maxlen": 8
        },
        "ciot": {
            "type": "string",
            "maxlen": 20
        },
        "serie_conhecimento": {
            "type": "string",
            "maxlen": 6
        },
        "serie_manifesto": {
            "type": "string",
            "maxlen": 6
        },
        "agencia_padrao": {
            "type": "string",
            "maxlen": 10
        },
        "conta_padrao": {
            "type": "string",
            "maxlen": 15
        }
    },
    "originaltable": {
        "fullname": "public.trp_parametro_transportadora",
        "name": "trp_parametro_transportadora",
        "relationship": false,
        "columns": {
            "codigo": {
                "position": 1,
                "name": "codigo",
                "type": "integer",
                "nullable": "NO",
                "maxlen": null,
                "precision": 32,
                "radix": 2,
                "scale": 0,
                "interval": null,
                "foreignkey": null
            },
            "percentual_seguro": {
                "position": 2,
                "name": "percentual_seguro",
                "type": "numeric",
                "nullable": "NO",
                "maxlen": null,
                "precision": 18,
                "radix": 10,
                "scale": 6,
                "interval": null,
                "foreignkey": null
            },
            "percentual_inss_papeleta": {
                "position": 3,
                "name": "percentual_inss_papeleta",
                "type": "numeric",
                "nullable": "NO",
                "maxlen": null,
                "precision": 18,
                "radix": 10,
                "scale": 6,
                "interval": null,
                "foreignkey": null
            },
            "percentual_frete_calculo_inss": {
                "position": 4,
                "name": "percentual_frete_calculo_inss",
                "type": "numeric",
                "nullable": "NO",
                "maxlen": null,
                "precision": 18,
                "radix": 10,
                "scale": 6,
                "interval": null,
                "foreignkey": null
            },
            "percentual_sest_senat_papeleta": {
                "position": 5,
                "name": "percentual_sest_senat_papeleta",
                "type": "numeric",
                "nullable": "NO",
                "maxlen": null,
                "precision": 18,
                "radix": 10,
                "scale": 6,
                "interval": null,
                "foreignkey": null
            },
            "percentual_frete_calculo_sest_senat": {
                "position": 6,
                "name": "percentual_frete_calculo_sest_senat",
                "type": "numeric",
                "nullable": "NO",
                "maxlen": null,
                "precision": 18,
                "radix": 10,
                "scale": 6,
                "interval": null,
                "foreignkey": null
            },
            "banco_padrao": {
                "position": 7,
                "name": "banco_padrao",
                "type": "integer",
                "nullable": "NO",
                "maxlen": null,
                "precision": 32,
                "radix": 2,
                "scale": 0,
                "interval": null,
                "foreignkey": null
            },
            "tipo_conector_cte": {
                "position": 8,
                "name": "tipo_conector_cte",
                "type": "character varying",
                "nullable": "NO",
                "maxlen": 1,
                "precision": null,
                "radix": null,
                "scale": null,
                "interval": null,
                "foreignkey": null
            },
            "tipo_ambiente_cte": {
                "position": 9,
                "name": "tipo_ambiente_cte",
                "type": "character varying",
                "nullable": "NO",
                "maxlen": 1,
                "precision": null,
                "radix": null,
                "scale": null,
                "interval": null,
                "foreignkey": null
            },
            "status_scan_cte": {
                "position": 10,
                "name": "status_scan_cte",
                "type": "character varying",
                "nullable": "NO",
                "maxlen": 1,
                "precision": null,
                "radix": null,
                "scale": null,
                "interval": null,
                "foreignkey": null
            },
            "nome_seguradora": {
                "position": 11,
                "name": "nome_seguradora",
                "type": "character varying",
                "nullable": "NO",
                "maxlen": 50,
                "precision": null,
                "radix": null,
                "scale": null,
                "interval": null,
                "foreignkey": null
            },
            "numero_apolice": {
                "position": 12,
                "name": "numero_apolice",
                "type": "numeric",
                "nullable": "NO",
                "maxlen": null,
                "precision": 20,
                "radix": 10,
                "scale": 0,
                "interval": null,
                "foreignkey": null
            },
            "seguro_responsavel": {
                "position": 13,
                "name": "seguro_responsavel",
                "type": "numeric",
                "nullable": "NO",
                "maxlen": null,
                "precision": 20,
                "radix": 10,
                "scale": 0,
                "interval": null,
                "foreignkey": null
            },
            "rntrc_empresa": {
                "position": 14,
                "name": "rntrc_empresa",
                "type": "character varying",
                "nullable": "NO",
                "maxlen": 8,
                "precision": null,
                "radix": null,
                "scale": null,
                "interval": null,
                "foreignkey": null
            },
            "ciot": {
                "position": 15,
                "name": "ciot",
                "type": "character varying",
                "nullable": "NO",
                "maxlen": 20,
                "precision": null,
                "radix": null,
                "scale": null,
                "interval": null,
                "foreignkey": null
            },
            "serie_conhecimento": {
                "position": 16,
                "name": "serie_conhecimento",
                "type": "character varying",
                "nullable": "NO",
                "maxlen": 6,
                "precision": null,
                "radix": null,
                "scale": null,
                "interval": null,
                "foreignkey": null
            },
            "serie_manifesto": {
                "position": 17,
                "name": "serie_manifesto",
                "type": "character varying",
                "nullable": "NO",
                "maxlen": 6,
                "precision": null,
                "radix": null,
                "scale": null,
                "interval": null,
                "foreignkey": null
            },
            "agencia_padrao": {
                "position": 18,
                "name": "agencia_padrao",
                "type": "character varying",
                "nullable": "NO",
                "maxlen": 10,
                "precision": null,
                "radix": null,
                "scale": null,
                "interval": null,
                "foreignkey": null
            },
            "conta_padrao": {
                "position": 19,
                "name": "conta_padrao",
                "type": "character varying",
                "nullable": "NO",
                "maxlen": 15,
                "precision": null,
                "radix": null,
                "scale": null,
                "interval": null,
                "foreignkey": null
            }
        },
        "constraints": [],
        "relationships": {
            "one-to-one": [],
            "one-to-many": [],
            "many-to-one": [],
            "many-to-many": []
        }
    }
}