# File lib/active_record/connection_adapters/mysql_adapter.rb, line 387
        def self.register_type(type_id, type)
          TYPES[type_id] = type
        end