Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
co_parte_bucal | int8 | 19 | null |
|
|
Chave primária da tabela. |
||||||||||
tp_parte_bucal | varchar | 60 | √ | null |
|
|
Código identificador do tipo da parte bucal. Chave estrangeira com origem na tabela TB_TIPO_PARTE_BUCAL. |
|||||||||
ds_parte_bucal | varchar | 255 | √ | null |
|
|
Descrição da parte bucal. |
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
pk_partebucal | Primary key | Asc | co_parte_bucal |
in_partebucal_tppartebucal | Performance | Asc | tp_parte_bucal |