# File lib/dm-rails/storage.rb, line 163
        def _drop
          execute("DROP DATABASE IF EXISTS `#{database}`")
        end