Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||
---|---|---|---|---|---|---|---|---|---|---|
co_seq_cds_cidadao_resposta | int8 | 19 | null |
|
|
Código sequencial da tabela. |
||||
co_pergunta | int8 | 19 | null |
|
|
Código identificador da pergunta. Chave estrangeira com origem na tabela TB_PERGUNTA. |
||||
co_pergunta_detalhe | int8 | 19 | √ | null |
|
|
Código identificador do detalhe da pergunta. Chave estrangeira com origem na tabela TB_PERGUNTA_DETALHE. |
|||
ds_resposta | varchar | 255 | √ | null |
|
|
Resposta dada a pergunta feita. |
|||
st_resposta | int4 | 10 | √ | null |
|
|
Código relativo a resposta dada na ficha de cadastro. |
|||
co_cds_cad_individual | int8 | 19 | √ | null |
|
|
Código identificador do cadastro individual. Chave estrangeira com origem na tabela TB_CDS_CAD_INDIVIDUAL. |
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
pk_cdscidadaoresposta | Primary key | Asc | co_seq_cds_cidadao_resposta |
in_cdscidadaoresposta_copergnt | Performance | Asc | co_pergunta |
in_cdscidadaoresposta_coprgdtl | Performance | Asc | co_pergunta_detalhe |
in_cdscidadaoresps_cocdscadind | Performance | Asc | co_cds_cad_individual |