rl_ator_papel_perfil

1 rows


Description

Relacionamento entre as tabelas TB_ATOR_PAPEL e TB_PERFIL. Responsável por armazenar informações de perfis e seu respectivo ator pelo papel que possui

Columns

Column Type Size Nulls Auto Default Children Parents Comments
co_ator_papel int8 19 null
tb_ator_papel.co_seq_ator_papel fk_atorpapel_atorpapelperfilR

Código identificador do ator papel. Chave estrangeira com origem na tabela TB_ATOR_PAPEL.

co_perfil int8 19 null
tb_perfil.co_seq_perfil fk_perfil_atorpapelperfilR

Código identificador do perfil. Chave estrangeira com origem na tabela TB_PERFIL.

Indexes

Constraint Name Type Sort Column(s)
pk_atorpapelperfil Primary key Asc/Asc co_ator_papel + co_perfil
in_atorpapelperfil_coatorpapel Performance Asc co_ator_papel
in_atorpapelperfil_coperfil Performance Asc co_perfil

Relationships