ChengJie1053 opened a new pull request, #3404:
URL: https://github.com/apache/flink-cdc/pull/3404

   Mysql supports modify column schema changes
   
   ALTER TABLE `app_db`.`shipments_copy1` 
   MODIFY COLUMN `text_column` varchar(255) CHARACTER SET latin1 COLLATE 
latin1_swedish_ci NOT NULL AFTER `string_column`
   
   
![image](https://github.com/apache/flink-cdc/assets/125547374/f7b84b88-3186-45ee-b02c-d4a08f6fea8f)
   
   
![image](https://github.com/apache/flink-cdc/assets/125547374/3c15fc6d-d699-4144-9ca8-02a0ab0d429e)
   
   
![image](https://github.com/apache/flink-cdc/assets/125547374/7312bbe2-5772-401f-a85c-215cd23f5dcb)
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscr...@flink.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to