Class TableChange.ModifyColumnPosition

  • All Implemented Interfaces:
    TableChange
    Enclosing interface:
    TableChange

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

    It is equal to the following statement:

        ALTER TABLE <table_name> MODIFY <column_name> <original_column_type> <column_position>