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 modify column to enum types. #6398

Closed
winkyao opened this issue Apr 26, 2018 · 0 comments · Fixed by #7767
Closed

Support modify column to enum types. #6398

winkyao opened this issue Apr 26, 2018 · 0 comments · Fixed by #7767
Labels
help wanted Denotes an issue that needs help from a contributor. Must meet "help wanted" guidelines. type/compatibility

Comments

@winkyao
Copy link
Contributor

winkyao commented Apr 26, 2018

TiDB :

CREATE TABLE ti1(a INT NOT NULL, b INT, c INT) engine=InnoDB;
ALTER TABLE ti1 ADD COLUMN e ENUM('a', 'b') FIRST;
ALTER TABLE ti1 MODIFY COLUMN e ENUM('a', 'b', 'c');

reports Error 1105: unsupported modify column modify enum column is not supported

@winkyao winkyao added help wanted Denotes an issue that needs help from a contributor. Must meet "help wanted" guidelines. type/compatibility DDL labels Apr 26, 2018
lqs added a commit to lqs/tidb that referenced this issue Jun 29, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Denotes an issue that needs help from a contributor. Must meet "help wanted" guidelines. type/compatibility
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant