# File lib/active_record/connection_adapters/abstract/schema_definitions.rb, line 89
      def [](name)
        @columns_hash[name.to_s]
      end