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