method

primary_keys

Importance_0
v8.1.1 - Show latest stable - 0 notes - Class: SchemaReflection
primary_keys(pool, table_name) 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/schema_cache.rb, line 33
      def primary_keys(pool, table_name)
        cache(pool).primary_keys(pool, table_name)
      end
Register or log in to add new notes.