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