class method self.dump_schemas

Ruby on Rails 5.0.7.2

Since v5.0.7.2 Last seen in v6.1.7.10

Available in: v5.0.7.2 v5.1.7 v5.2.8.1 v6.0.6.1 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 103
      mattr_accessor :dump_schemas, instance_writer: false

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

Defined in ActiveRecord::Core

Type at least 2 characters to search.

Use the arrow keys to navigate results, Enter to open one, Escape to close.

Keyboard shortcuts

/
Focus search
⌘K / Ctrl-K
Command palette
?
This help
Esc
Close