class method self.dump_schemas

Ruby on Rails 5.2.8.1

Since v5.2.8.1 Last seen in v6.1.7.10

Available in: v5.2.8.1 v6.0.6 v6.1.7.10

Specifies which database schemas to dump when calling db:structure:dump. If the value is :schema_search_path (the default), any schemas listed in schema_search_path are dumped. Use :all to dump all schemas regardless of schema_search_path, or a string of comma separated schemas for a custom list.

Source
# File activerecord/lib/active_record/core.rb, line 114
      mattr_accessor :dump_schemas, instance_writer: false, default: :schema_search_path

Defined in activerecord/lib/active_record/core.rb line 114 · View on GitHub · Improve this page · Find usages on GitHub

Defined in ActiveRecord::Core

Type at least 2 characters to search.

↑↓ navigate · open · esc close