You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I had searched in the feature and found no similar feature requirement.
Description
Currently, schema evolution supports adding columns for mysql-jdbc but does not support inserting a column after a specific field. I would like it to support this feature
Usage Scenario
ALTER TABLE test.user ADD COLUMN test9 varchar(255) NULL AFTER id
The text was updated successfully, but these errors were encountered:
jw-itq
changed the title
[Improve][Connector-V2] Support schema evolution column insertion for mysql-cdc and mysql-jdbc
[Improve][Connector-V2] Support schema evolution column insertion for mysql-jdbc
Nov 11, 2024
jw-itq
added a commit
to jw-itq/seatunnel
that referenced
this issue
Nov 11, 2024
Search before asking
Description
Currently, schema evolution supports adding columns for mysql-jdbc but does not support inserting a column after a specific field. I would like it to support this feature
Usage Scenario
ALTER TABLE
test
.user
ADD COLUMNtest9
varchar(255) NULL AFTERid
Related issues
No response
Are you willing to submit a PR?
Code of Conduct
The text was updated successfully, but these errors were encountered: