MySQL Forums
Forum List  »  MySQL Workbench

Re: how do i create columns for a table in workbench
Posted by: Mike Lischke
Date: November 05, 2015 02:15AM

Hi,

the usual approach in MySQL Workbench to add columns is to use the placeholder row in the columns editor. This always exists and you can simply start typing e.g. the new column name, choose a datatype, set flags etc. As soon as you started editing there a new placeholder is created which you can use for your next column.

Drag the rows in the column editor tree if you want to reorder the columns.

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: how do i create columns for a table in workbench
612
November 05, 2015 02:15AM


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.