instance method
invert_create_table
Ruby on Rails edge
Since v3.1.12 Private — implementation detail, not part of the public APISignature
invert_create_table(args, kwargs, &block)
No documentation comment.
Parameters
-
argsreq -
kwargsreq -
blockblock
Source
# File activerecord/lib/active_record/migration/command_recorder.rb, line 192
def invert_create_table(args, kwargs, &block)
kwargs.delete(:if_not_exists)
super
end
Defined in activerecord/lib/active_record/migration/command_recorder.rb line 192
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActiveRecord::Migration::CommandRecorder