method

valid_primary_key_options

Importance_0
v7.1.3.4 - Show latest stable - 0 notes - Class: ActiveRecord::ConnectionAdapters::SchemaStatements
valid_primary_key_options() 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/abstract/schema_statements.rb, line 1548
      def valid_primary_key_options # :nodoc:
        [:limit, :default, :precision]
      end
Register or log in to add new notes.