Bug #74554 Add DDL tab to table info screen
Submitted: 24 Oct 2014 17:23 Modified: 31 Jan 2017 21:59
Reporter: Joe Grasse (OCA) Email Updates:
Status: Closed Impact on me:
None 
Category:MySQL Workbench: SQL Editor Severity:S4 (Feature request)
Version:6.2 OS:Any
Assigned to: CPU Architecture:Any
Tags: workbench

[24 Oct 2014 17:23] Joe Grasse
Description:
It would be nice to have a DDL tab when clicking on the table info button in the sql editor. This would allow for easily viewing the complete create statement of a table.

How to repeat:
In the SQL editor, click on the I (table info) button. This opens a screen with many different tabs.

Suggested fix:
Add DDL tab.
[24 Oct 2014 17:25] Joe Grasse
Table info screen that I am referencing

Attachment: table_info_view.png (image/png, text), 31.18 KiB.

[24 Oct 2014 19:16] MySQL Verification Team
Thank you for a reasonable feature request.
[31 Jan 2017 21:59] Christine Cole
Posted by developer:
 
Fixed as of the upcoming MySQL Workbench 6.3.9 release, and here's the changelog entry:

A new DDL tab was added to show the complete create statement of a table
or view. Click the table inspector (info) button next to the table or view
in the Schemas Navigator to display the new information.

Thank you for the bug report.