execute($view); } public function safeDown() { // вернем все как было $drop_view = 'drop view if exists w_goods_view'; $this->execute($drop_view); } }