Subject | Re: [firebird-support] adding foreign key |
---|---|
Author | James |
Post date | 2004-06-12T03:45:24Z |
Hi Helen
Helen Borrie wrote:
alter table PAYMENT_DETAILS
add constraint FK_PAYMENT_DETAILS
foreign key (MASTER_KEY)
references PAYMENT(ID)
Helen Borrie wrote:
> What was the statement that caused this error?This is the statement
>
> /heLen
alter table PAYMENT_DETAILS
add constraint FK_PAYMENT_DETAILS
foreign key (MASTER_KEY)
references PAYMENT(ID)