MySQL Forums
Forum List  »  MySQL Workbench

Re: Relationships to Views
Posted by: Mike Lischke
Date: November 09, 2012 03:12AM

Hey Cody,

even though WB tries to maintain a more abstract view when modelling schemas it still stays quite close to the target RDBMS to avoid having the user add features that are not supported. Relationships are such an example, because they are abstractions of foreign keys. Hence they can only be created between tables, not views.

Mike

Mike Lischke, MySQL Developer Tools
Oracle Corporation

MySQL Workbench on Github: https://github.com/mysql/mysql-workbench
On Twitter: https://twitter.com/MySQLWorkbench
On Slack: mysqlcommunity.slack.com (#workbench)
Report bugs to http://bugs.mysql.com
MySQL documentation can be found here: http://dev.mysql.com/doc/refman/8.0/en/

Options: ReplyQuote


Subject
Views
Written By
Posted
1251
November 07, 2012 03:50PM
Re: Relationships to Views
615
November 09, 2012 03:12AM
501
November 13, 2012 08:53AM
596
November 14, 2012 03:01AM


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.