Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||
|---|---|---|---|---|---|---|---|---|---|---|---|
| id_unico | int8 | 19 | null |
|
|
Identificador único do motivo, chave estrangeira para projeto_investimento |
|||||
| id_projeto_investimento | varchar | 15 | null |
|
|
Código identificador do projeto de investimento |
|||||
| descricao_motivo | varchar | 120 | √ | null |
|
|
Descrição textual do motivo do projeto de investimento |
||||
| id_motivo | int8 | 19 | √ | null |
|
|
Identificador numérico do motivo |
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| idx_motivo_id_motivo | Performance | Asc | id_motivo |
| idx_motivo_id_projeto_investimento | Performance | Asc | id_projeto_investimento |
| idx_motivo_id_unico | Performance | Asc | id_unico |

