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: | |
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
[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.