exec($query); } public function down() { $db = \DBManager::get(); $db->exec('DROP TABLE IF EXISTS `cw_clipboards`'); } }