{
    "table": {
        "name": "ctl_login"
    },
    "attributes": {
        "sequencia": {
            "type": "integer"
        },
        "opcao_conexao_s_n": {
            "type": "string",
            "maxlen": 1
        },
        "imagem_fundo": {
            "type": "integer"
        },
        "cabecalho": {
            "type": "string",
            "maxlen": 100
        },
        "rodape": {
            "type": "string",
            "maxlen": 100
        },
        "tipo_login": {
            "type": "integer"
        }
    },
    "originaltable": {
        "fullname": "public.ctl_login",
        "name": "ctl_login",
        "relationship": false,
        "columns": {
            "sequencia": {
                "position": 1,
                "name": "sequencia",
                "type": "integer",
                "nullable": "NO",
                "maxlen": null,
                "precision": 32,
                "radix": 2,
                "scale": 0,
                "interval": null,
                "foreignkey": null
            },
            "opcao_conexao_s_n": {
                "position": 2,
                "name": "opcao_conexao_s_n",
                "type": "character varying",
                "nullable": "NO",
                "maxlen": 1,
                "precision": null,
                "radix": null,
                "scale": null,
                "interval": null,
                "foreignkey": null
            },
            "imagem_fundo": {
                "position": 3,
                "name": "imagem_fundo",
                "type": "oid",
                "nullable": "NO",
                "maxlen": null,
                "precision": null,
                "radix": null,
                "scale": null,
                "interval": null,
                "foreignkey": null
            },
            "cabecalho": {
                "position": 4,
                "name": "cabecalho",
                "type": "character varying",
                "nullable": "NO",
                "maxlen": 100,
                "precision": null,
                "radix": null,
                "scale": null,
                "interval": null,
                "foreignkey": null
            },
            "rodape": {
                "position": 5,
                "name": "rodape",
                "type": "character varying",
                "nullable": "NO",
                "maxlen": 100,
                "precision": null,
                "radix": null,
                "scale": null,
                "interval": null,
                "foreignkey": null
            },
            "tipo_login": {
                "position": 6,
                "name": "tipo_login",
                "type": "integer",
                "nullable": "NO",
                "maxlen": null,
                "precision": 32,
                "radix": 2,
                "scale": 0,
                "interval": null,
                "foreignkey": null
            }
        },
        "constraints": [],
        "relationships": {
            "one-to-one": [],
            "one-to-many": [],
            "many-to-one": [],
            "many-to-many": []
        }
    }
}