# File lib/migration.rb, line 213
    def quote_column_name(column_name)
      # TODO: Fix this for 1.9 - can't use this hack to access a private method
      @adapter.send(:quote_column_name, column_name.to_s)
    end