method
change_table
v4.2.9 -
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 90
def change_table(table_name, options = {}) # :nodoc:
yield delegate.update_table_definition(table_name, self)
end