MySQL Forums
Forum List  »  MySQL Workbench

Ignore comments with Synchronize Model option
Posted by: Tomasz Szklański
Date: June 25, 2014 04:56AM

I use a lot of column's comments in my Workbench (6.0.9). My comments are long and I use them only in Workbench. There is no need to export them or synchronize. Can I set somewhere in options to ignore all comments during synchronization?

There is also another problem with syncronization of truncated comments. Workbnech compares truncated comments from Database with full comments from Model. So even if any of my model's comments weren't changed, the Workbench wants to update every column for example:

ALTER TABLE `table`.`object_images`
CHANGE COLUMN `oi_type` `oi_type` TINYINT(3) UNSIGNED NOT NULL COMMENT 'Any long comment here...' /* comment truncated */ /*i
...*/

So as a result in "select changes to apply" I get information that I need to change many tables, which isn't true.

Options: ReplyQuote


Subject
Views
Written By
Posted
Ignore comments with Synchronize Model option
1686
June 25, 2014 04:56AM


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.