# File lib/dm-core/migrations.rb, line 336 def storage_exists?(storage_name) query('SHOW TABLES LIKE ?', storage_name).first == storage_name end