method
change_table
v4.0.2 -
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 88
def change_table(table_name, options = {})
yield ConnectionAdapters::Table.new(table_name, self)
end