kitchen_sync
kitchen_sync copied to clipboard
Keep column comment
Problem:
When I syncing mysql to mysql, It will lost from mysql column comment.
Except:
Support keep column comment
Currently Kitchen Sync only syncs enough schema stuff for the data to sync properly. Most schema features are not synchronized (see last section of https://github.com/willbryant/kitchen_sync/blob/master/SCHEMA.md#user-content-schema-things-currently-ignored).
But pull requests are welcome. Is there any reason you do not want to set up matching schema ahead of time?