MySQL Forums
Forum List  »  MySQL Workbench

Re: Changing Tables
Posted by: Mike Lischke
Date: January 19, 2015 01:49AM

Scott,

can your reword what you are really attempting to do? Is it about changing values in an exsisting table on your server or is it that you want to change the structure of your table on that server? I assume the table exists already and in neither case is a forward engineering from a model necessary (unless you have the model anyway and want to use it for all meta data changes).

If all you want is to add 2 columns go to the SQL IDE and start the editor for the specific table (via context menu or overlay icons, in the schema tree).

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
1497
January 18, 2015 08:13AM
Re: Changing Tables
480
January 19, 2015 01:49AM
446
January 19, 2015 07:04AM
476
January 20, 2015 02:04AM
494
January 20, 2015 07:07AM
458
January 21, 2015 02:16AM


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.