# File lib/active_record/connection_adapters/mysql_adapter.rb, line 391 def self.alias_type(new, old) TYPES[new] = TYPES[old] end