Bug #34525 Default flags for data types
Submitted: 13 Feb 2008 15:10 Modified: 20 Mar 2008 13:47
Reporter: Yuri Alekseyev Email Updates:
Status: Won't fix Impact on me:
None 
Category:MySQL Workbench Severity:S4 (Feature request)
Version:5.0.13 OS:Any
Assigned to: CPU Architecture:Any

[13 Feb 2008 15:10] Yuri Alekseyev
Description:
Requesting ability to set default flags for data types. Most common usage would be making numeric data types to have unsigned flag on upon making a new column.

How to repeat:
Not available.

Suggested fix:
Per-model option(s) as well as global setting(s).
[15 Feb 2008 5:05] Valeriy Kravchuk
Thank you for a reasonable feature request.
[20 Mar 2008 13:47] Alfredo Kojima
Hi

In 5.0.16 we have added support for user defined datatypes. So you can, eg, define
UINT as INT UNSIGNED and use UINT instead of INT where you need. The SQL generator
will replace that with the correct final definition.

Default flags for each datatype would be a less general option, so I'll mark this as won't fix.