Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

support alert table #101

Closed
1 of 5 tasks
guojidan opened this issue Nov 23, 2023 · 1 comment
Closed
1 of 5 tasks

support alert table #101

guojidan opened this issue Nov 23, 2023 · 1 comment
Assignees
Labels
enhancement New feature or request

Comments

@guojidan
Copy link
Contributor

guojidan commented Nov 23, 2023

Feature Request

this issue is #97 sub-issue

support alert table:

  • ALTER TABLE table ADD column_1 INTERGER;
  • ALTER TABLE table MODIFY column_1 INTERGER;
  • ALTER TABLE table CHANGE COLUMN column_1 column_2 INTERGER;
  • ALTER TABLE table DROP COLUMN column_1;
  • RENAME table TO table ;
@guojidan
Copy link
Contributor Author

i will try implement this

@KKould KKould added the enhancement New feature or request label Nov 24, 2023
@KKould KKould mentioned this issue Nov 24, 2023
12 tasks
@guojidan guojidan mentioned this issue Nov 27, 2023
9 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants