method
schema_dump
v8.1.1 -
Show latest stable
- Class:
ActiveRecord::DatabaseConfigurations::HashConfig
schema_dump(format = schema_format)public
Determines whether to dump the schema/structure files and the filename that should be used.
If `configuration_hash[:schema_dump]` is set to `false` or `nil` the schema will not be dumped.
If the config option is set that will be used. Otherwise Rails will generate the filename from the database config name.