MySQL Forums
Forum List  »  Newbie

Re: #1280 - Incorrect index name
Posted by: Peter Brawley
Date: January 05, 2012 11:00AM

The documentation calls an FK name an index_name:

[CONSTRAINT [symbol]] FOREIGN KEY
    [index_name] (index_col_name, ...)
    REFERENCES tbl_name (index_col_name,...)
    [ON DELETE reference_option]
    [ON UPDATE reference_option]

PB

Options: ReplyQuote


Subject
Written By
Posted
January 05, 2012 09:18AM
Re: #1280 - Incorrect index name
January 05, 2012 11:00AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.