KipData/FnckSQL

support alert table

Closed this issue · 1 comments

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 ;

i will try implement this