Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||
---|---|---|---|---|---|---|---|---|---|---|
co_seq_receita | int8 | 19 | null |
|
|
Código sequencial da tabela. |
||||
co_atend_prof | int8 | 19 | √ | null |
|
|
Código identificador do atendimento profissional. Chave estrangeira com origem na tabela TB_ATEND_PROF. |
|||
tp_receita | int8 | 19 | √ | NULL::numeric |
|
|
Código identificador do tipo de receita. Chave estrangeira com origem na tabela TB_TIPO_RECEITA |
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
pk_receita | Primary key | Asc | co_seq_receita |
in_receita_coatendprof | Performance | Asc | co_atend_prof |
in_receita_tpreceita | Performance | Asc | tp_receita |