Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||
|---|---|---|---|---|---|---|---|---|---|---|---|
| id_unico | int8 | 19 | null |
|
|
Identificador único do indicativo, chave estrangeira para projeto_investimento |
|||||
| id_projeto_investimento | varchar | 15 | null |
|
|
Código identificador do projeto de investimento |
|||||
| descricao_indicativo | varchar | 100 | √ | null |
|
|
Descrição textual do indicativo do projeto |
||||
| id_indicativo | int8 | 19 | √ | null |
|
|
Identificador numérico do indicativo |
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| idx_indicativo_id_indicativo | Performance | Asc | id_indicativo |
| idx_indicativo_id_projeto_investimento | Performance | Asc | id_projeto_investimento |
| idx_indicativo_id_unico | Performance | Asc | id_unico |

