:nodoc:
1179 1180 1181
# File 'activerecord/lib/active_record/connection_adapters/abstract/schema_statements.rb', line 1179 def update_table_definition(table_name, base) #:nodoc: Table.new(table_name, base) end