= private = protected
This method is deprecated or moved on the latest stable version. The last existing version (v4.2.9) is shown here.
migration_keys()
Adds :array as a valid migration key
# File activerecord/lib/active_record/connection_adapters/postgresql_adapter.rb, line 138 def migration_keys super + [:array] end