Bug #60933 Object information doesn't display auto_increment Extra
Submitted: 20 Apr 2011 11:33 Modified: 17 Nov 2011 7:11
Reporter: Emanuel Calvo Franco Email Updates:
Status: Closed Impact on me:
None 
Category:MySQL Workbench: SQL Editor Severity:S4 (Feature request)
Version:5.2.33 OS:Any
Assigned to: CPU Architecture:Any
Tags: auto_increment object information

[20 Apr 2011 11:33] Emanuel Calvo Franco
Description:
Object information window doesn't diplay the column auto_increment option .

How to repeat:
Just click on the table in the SQL editor, and the at the bottom window you will see diplayed the column names and FK and PK of a table, but doesn't appear the auto_increment option of a column.
[20 Apr 2011 13:21] Valeriy Kravchuk
Thank you for the feature request.
[17 Nov 2011 7:11] Philip Olson
Fixed as of 5.2.36:

+        The <literal>auto_increment</literal> information is now
+        displayed within the SQL editor.