Alguem pode me ajudar com esse relacionamento.
Alguem pode me ajudar com esse relacionamento.
Relacionamento:
alter table TAB_TIPO_CONTATO
add constraint FK_TAB_TIPO_CONTATO_1
foreign key (ID_TIPO_CONTATO)
references TAB_CONTATOS(ID_TIPO_CONTATO)
Erro:
This operation is not defined for system tables.
unsuccessful metadata update.
could not find UNIQUE INDEX with specified columns.
Relacionamento:
alter table TAB_TIPO_CONTATO
add constraint FK_TAB_TIPO_CONTATO_1
foreign key (ID_TIPO_CONTATO)
references TAB_CONTATOS(ID_TIPO_CONTATO)
Erro:
This operation is not defined for system tables.
unsuccessful metadata update.
could not find UNIQUE INDEX with specified columns.
Ullrich
Curtidas 0
Respostas
Afarias
25/11/2005
o campo ID_TIPO_CONTATO em TAB_CONTATOS deve ser chave primária
T+
T+
GOSTEI 0