Class: ActiveRecord::ConnectionAdapters::PostgreSQLAdapter

Inherits:
AbstractAdapter
  • Object
show all
Defined in:
lib/active_record/connection_adapter_with_uuid.rb

Instance Method Summary collapse

Instance Method Details

#native_database_types_with_uuidObject



31
32
33
# File 'lib/active_record/connection_adapter_with_uuid.rb', line 31

def native_database_types_with_uuid
  native_database_types_without_hstore.merge({:uuid => { :name => "uuid" }})
end