# File lib/active_record/session_store.rb, line 85
        def drop_table!
          connection.execute "DROP TABLE #{table_name}"
        end