method

valid_primary_key_options

Importance_0
v8.1.1 - Show latest stable - 0 notes - Class: SchemaStatements
valid_primary_key_options() private

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/mysql/schema_statements.rb, line 183
          def valid_primary_key_options
            super + [:unsigned, :auto_increment]
          end
Register or log in to add new notes.