MySQL Forums
Forum List  »  MySQL Workbench

Re: Relationship in MySQL?
Posted by: Greg Neumann
Date: October 22, 2015 02:50AM

As previous reply stated, Relationship modelling is part of MYSQL Workbench.

You create the basic tables and then link relationships using drag-and-drop. This is called a 'Model'. You then Forward Generate the model to produce the mySQL DDL (Data definition Language) - this generates the physical database.

I then import that database schema into Visual Studio using the Mysql for Visal Studio Connector.

Options: ReplyQuote


Subject
Views
Written By
Posted
1256
October 21, 2015 03:06AM
883
October 22, 2015 02:27AM
Re: Relationship in MySQL?
930
October 22, 2015 02:50AM
637
November 01, 2015 08:23AM
884
November 02, 2015 01:40AM


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.