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
### What changes were proposed in this pull request?
TableChange support index.
The current PR does not support the extension of `AlterIndex`.
Currently, only `AddIndex` and `DeleteIndex` are supported.
### Why are the changes needed?
Fix: #1758
### Does this PR introduce _any_ user-facing change?
Add Index TableChange
### How was this patch tested?
IT,UT
---------
Co-authored-by: Clearvive <[email protected]>
…2381)
### What changes were proposed in this pull request?
ColumnChange support auto_increment.
Including `AddColumn` and `UpdateColumnAutoIncrement`
### Why are the changes needed?
Fix: #1758
### Does this PR introduce _any_ user-facing change?
Add tableChange
### How was this patch tested?
UT+IT
Co-authored-by: Clearvive <[email protected]>
Describe the feature
ColumnChange support auto_increment.
Including AddColumn and UpdateColumnAutoIncrement
Motivation
No response
Describe the solution
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: