MySQL Forums
Forum List  »  MySQL Workbench

Re: Data migration form localhost -> MySQL model
Posted by: Mike Lischke
Date: October 09, 2013 02:22AM

Luka,

you have to understand the differences between database design and usual data work in an SQL server. Design is about meta data, the structure of your database. It has nothing at all to do with your data in the tables. The data you can add via the inserts section are just test data and you certainly should not put many records there. These test records are inserted when you forward engineer your model, creating so a real database from it. This way you can just test your design.

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
Re: Data migration form localhost -> MySQL model
432
October 09, 2013 02:22AM


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.