Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
co_seq_ator_papel | int8 | 19 | null |
|
|
Código sequencial da tabela. |
||||||||||||||||||||||||||
co_ator | int8 | 19 | null |
|
|
Código identificador do ator papel. Chave estrangeira com origem na tabela TB_ATOR. |
||||||||||||||||||||||||||
qt_referencia | int8 | 19 | √ | 0 |
|
|
Informa quantas referências existem no sistema para um dado ator. |
|||||||||||||||||||||||||
no_tipo_ator_papel | varchar | 100 | √ | null |
|
|
Armazena as características do papel de um ator. |
|||||||||||||||||||||||||
tp_perfil | int8 | 19 | √ | null |
|
|
Código identificador do tipo de perfil do ator. Chave estrangeira com origem na tabela TB_TIPO_PERFIL. |
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
pk_atorpapel | Primary key | Asc | co_seq_ator_papel |
in_atorpapel_coator | Performance | Asc | co_ator |
in_atorpapel_coatortpatorpapel | Performance | Asc/Asc | co_ator + no_tipo_ator_papel |
in_atorpapel_tpperfil | Performance | Asc | tp_perfil |