method

extract_table_options!

rails latest stable - Class: ActiveRecord::ConnectionAdapters::SchemaStatements

Method deprecated or moved

This method is deprecated or moved on the latest stable version. The last existing version (v7.0.0) is shown here.

extract_table_options!(options)
private

No documentation available.

# File activerecord/lib/active_record/connection_adapters/abstract/schema_statements.rb, line 1502
        def extract_table_options!(options)
          options.extract!(:temporary, :if_not_exists, :options, :as, :comment, :charset, :collation)
        end