method

supports_pgcrypto_uuid?

Importance_0
v7.0.0 - Show latest stable - 0 notes - Class: ActiveRecord::ConnectionAdapters::PostgreSQLAdapter
supports_pgcrypto_uuid?() public

No documentation

This method has no description. You can help the Ruby on Rails community by adding new notes.

Hide source
# File activerecord/lib/active_record/connection_adapters/postgresql_adapter.rb, line 400
      def supports_pgcrypto_uuid?
        database_version >= 90400 # >= 9.4
      end
Register or log in to add new notes.