investimento_previsto_projeto_investimento


Description

Tabela para armazenamento dos investimentos previstos por fonte de recurso dos projetos

Columns

Column Type Size Nulls Auto Default Children Parents Comments
id_unico int8 19 null
projeto_investimento.id_unico fk_investimento_previsto_projeto C

Chave estrangeira referenciando projeto_investimento.id_unico

id_projeto_investimento varchar 15 null

Identificador do projeto de investimento

vl_investimento_previsto numeric 15,2 null

Valor do investimento previsto em reais

desc_nome_fonte_recurso varchar 10 null

Descrição da fonte de recurso do investimento

Indexes

Constraint Name Type Sort Column(s)
idx_investimento_previsto_fonte Performance Asc desc_nome_fonte_recurso
idx_investimento_previsto_id_projeto Performance Asc id_projeto_investimento
idx_investimento_previsto_id_unico Performance Asc id_unico
idx_investimento_previsto_valor Performance Asc vl_investimento_previsto

Relationships