# File lib/active_record/connection_adapters/abstract/schema_statements.rb, line 168 def change_table(table_name) yield Table.new(table_name, self) end