Mysql Connector not register updated schema when using `ALTER TABLE ~~ MODIFY ~~` syntax.
If you use some other syntax like 'CHANGE' or 'DROP COLUMN' or 'ADD COLUMN' and issue a MySQL CUD event, the schema version is increased successfully at the schema registry.