# File lib/active_record/connection_adapters/abstract/schema_statements.rb, line 417
      def remove_timestamps(table_name)
        remove_column table_name, :updated_at
        remove_column table_name, :created_at
      end