# File lib/active_record/connection_adapters/abstract/schema_statements.rb, line 181 def rename_table(table_name, new_name) raise NotImplementedError, "rename_table is not implemented" end