MySQL Forums
Forum List  »  MyISAM

Re: Novice / Intermediate user seeks help in structuring data / tables
Posted by: Jay Pipes
Date: January 27, 2006 10:47AM

MyISAM does not currently support foreign key constraints. This is planned in a future version of MySQL (5.1 I believe...). For now, you can create the "relationship" as you describe above, however, there is no constraint guarantee underlying the schema.

Jay Pipes
Community Relations Manager, North America, MySQL Inc.

Got Cluster? http://www.mysql.com/cluster
Personal: http://jpipes.com

Options: ReplyQuote




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.