[X] 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
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