method
change_table
v6.1.3.1 -
Show latest stable
- Class:
ActiveRecord::Migration::CommandRecorder
change_table(table_name, **options)public
No documentation available.
# File activerecord/lib/active_record/migration/command_recorder.rb, line 120
def change_table(table_name, **options) # :nodoc:
yield delegate.update_table_definition(table_name, self)
end