Subject Re: [firebird-support] adding foreign key
Author James
Hi Helen

Helen Borrie wrote:

> What was the statement that caused this error?
>
> /heLen


This is the statement

alter table PAYMENT_DETAILS
add constraint FK_PAYMENT_DETAILS
foreign key (MASTER_KEY)
references PAYMENT(ID)