Class TableChange.ModifyColumnComment

  • All Implemented Interfaces:
    TableChange
    Enclosing interface:
    TableChange

    @PublicEvolving
    public static class TableChange.ModifyColumnComment
    extends TableChange.ModifyColumn
    A table change to modify the column comment.

    It is equal to the following statement:

        ALTER TABLE <table_name> MODIFY <column_name> <original_column_type> COMMENT '<new_column_comment>'