instance method
supports_migrations?
Ruby on Rails 3.0.20
Since v2.2.3 Last seen in v4.2.9Signature
supports_migrations?()
Does PostgreSQL support migrations?
Source
# File activerecord/lib/active_record/connection_adapters/postgresql_adapter.rb, line 285
def supports_migrations?
true
end
Defined in activerecord/lib/active_record/connection_adapters/postgresql_adapter.rb line 285
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActiveRecord::ConnectionAdapters::PostgreSQLAdapter