MySQL Forums
Forum List  »  MySQL Workbench

Re: Default Unsigned Integers?
Posted by: Michael G. Zinner
Date: October 20, 2008 11:10AM

At the moment you can't but that is a very good feature request. Would you mind filling one on http://bugs.mysql.com

As a workaround you can create a User Type named UINT, map it to INT and enter UNSIGNED as flag, then go to Tools -> Options ... -> Model -> Primary Key Column Type and enter "UINT" there.

This will then be the new default datatype to use for all new Primary Keys.

Michael Zinner, Team Lead, Developer Tools
MySQL AB, www.mysql.com

Are you MySQL certified? www.mysql.com/certification



Edited 1 time(s). Last edit at 10/20/2008 11:11AM by Michael G. Zinner.

Options: ReplyQuote


Subject
Views
Written By
Posted
5073
October 20, 2008 09:24AM
Re: Default Unsigned Integers?
3871
October 20, 2008 11:10AM
2993
December 25, 2008 10:30PM
2946
January 26, 2009 01:43PM
33191
May 28, 2009 06:42PM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.