Bug #38802 add possibility to specify options on default datatype for PKs
Submitted: 14 Aug 2008 16:17 Modified: 13 Jun 2013 1:57
Reporter: Johannes Taxacher Email Updates:
Status: Closed Impact on me:
None 
Category:MySQL Workbench Severity:S4 (Feature request)
Version:5.0.24 OS:Any
Assigned to: CPU Architecture:Any

[14 Aug 2008 16:17] Johannes Taxacher
Description:
WB has an option to set the default datatype for a PK column. it should be possible to also set options for that default datatype like setting flags like AI or UNSIGNED.

How to repeat:
goto tools->options->model
there are fields to set PK column names and datatype, but no option to set additional flags

Suggested fix:
add flags corresponding to the selected default-datatype
[13 Jun 2013 1:57] Philip Olson
Fixed as of the upcoming MySQL Workbench 6.0.2 public beta release, and here's the changelog entry:

The option to set the default data type for a PK column did not allow data
type options to also be set for the column, such as AI or UNSIGNED. The
new "Table Template" feature makes this possible.

Thank you for the bug report.