Quantcast
Channel: MySQL Forums - MySQL Workbench
Viewing all articles
Browse latest Browse all 3724

Ignore comments with Synchronize Model option (1 reply)

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

Viewing all articles
Browse latest Browse all 3724

Trending Articles