instance method extract_table_options!

Ruby on Rails 7.0.10

Since v6.1.7.10 Last seen in v7.0.10 Private

Available in: v6.1.7.10 v7.0.10

Signature

extract_table_options!(options)

No documentation comment.

Parameters

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

Defined in activerecord/lib/active_record/connection_adapters/abstract/schema_statements.rb line 1501 · View on GitHub · Improve this page · Find usages on GitHub

Defined in ActiveRecord::ConnectionAdapters::SchemaStatements

Type at least 2 characters to search.

↑↓ navigate · open · esc close