MySQL Forums
Forum List  »  MySQL Workbench

Default field length values change when using SE live db synch
Posted by: Brian Z
Date: May 31, 2008 07:05PM

For example, if we synch a tinyint unsigned field where the workbench schema shows the default field length (ie. we didn't enter a value), when we synch to the database workbench forces tinyint(4) to become tinyint(11). It forces a synch on this column every time synch is run, even when there are no changes.

Using the mysql shell a tinyint field by default is 4 characters long.

Is this expected behavior or a bug?

Options: ReplyQuote


Subject
Views
Written By
Posted
Default field length values change when using SE live db synch
8788
May 31, 2008 07:05PM


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.