Skip to content

Support modify column to enum types. #6398

Closed
@winkyao

Description

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

Metadata

Assignees

No one assigned

    Labels

    help wantedDenotes an issue that needs help from a contributor. Must meet "help wanted" guidelines.type/compatibility

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions