{
    "table": {
        "name": "bas_relac_uf_cst_csosn"
    },
    "attributes": {
        "uf": {
            "type": "string",
            "maxlen": 2
        },
        "cst": {
            "type": "integer"
        },
        "csosn": {
            "type": "integer"
        },
        "cod_regime_tributario": {
            "type": "integer"
        },
        "revenda_s_n": {
            "type": "string",
            "maxlen": 1
        }
    },
    "originaltable": {
        "fullname": "public.bas_relac_uf_cst_csosn",
        "name": "bas_relac_uf_cst_csosn",
        "relationship": false,
        "columns": {
            "uf": {
                "position": 1,
                "name": "uf",
                "type": "character varying",
                "nullable": "NO",
                "maxlen": 2,
                "precision": null,
                "radix": null,
                "scale": null,
                "interval": null,
                "foreignkey": null
            },
            "cst": {
                "position": 2,
                "name": "cst",
                "type": "integer",
                "nullable": "NO",
                "maxlen": null,
                "precision": 32,
                "radix": 2,
                "scale": 0,
                "interval": null,
                "foreignkey": null
            },
            "csosn": {
                "position": 3,
                "name": "csosn",
                "type": "integer",
                "nullable": "NO",
                "maxlen": null,
                "precision": 32,
                "radix": 2,
                "scale": 0,
                "interval": null,
                "foreignkey": null
            },
            "cod_regime_tributario": {
                "position": 4,
                "name": "cod_regime_tributario",
                "type": "integer",
                "nullable": "NO",
                "maxlen": null,
                "precision": 32,
                "radix": 2,
                "scale": 0,
                "interval": null,
                "foreignkey": null
            },
            "revenda_s_n": {
                "position": 5,
                "name": "revenda_s_n",
                "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": []
        }
    }
}