method

default_primary_key?

rails latest stable - Class: ActiveRecord::ConnectionAdapters::MySQL::ColumnDumper

Method deprecated or moved

This method is deprecated or moved on the latest stable version. The last existing version (v5.1.7) is shown here.

default_primary_key?(column)
private

No documentation available.

# File activerecord/lib/active_record/connection_adapters/mysql/schema_dumper.rb, line 31
          def default_primary_key?(column)
            super && column.auto_increment? && !column.unsigned?
          end