# File lib/active_record/connection_adapters/schema_cache.rb, line 44
      def columns_hash(table = nil)
        if table
          @columns_hash[table]
        else
          @columns_hash
        end
      end