class ActiveRecord::ConnectionAdapters::SQLite3::TableDefinition

def change_column(column_name, type, **options)

def change_column(column_name, type, **options)
  name = column_name.to_s
  @columns_hash[name] = nil
  column(name, type, **options)
end