instance method
extract_table_options!
Ruby on Rails 6.1.7.10
Since v6.1.7.10 Last seen in v7.0.10 PrivateAvailable in: v6.1.7.10 v7.0.10
Signature
extract_table_options!(options)
No documentation comment.
Parameters
-
optionsreq
Source
# File activerecord/lib/active_record/connection_adapters/abstract/schema_statements.rb, line 1451
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 1451
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActiveRecord::ConnectionAdapters::SchemaStatements