dir.down do
        row_format = from_options.fetch(:row_format, DEFAULT_SOURCE_ROW_FORMAT)
        character_set = from_options.fetch(:character_set)
        collation = from_options.fetch(:collation, ENCODING_COLLATIONS[character_set])
        alter_encoding(table, row_format, character_set, collation)