execute($table); } public function down() { // вернем все как было $drop_table = 'drop table if exists w_log'; $this->execute($drop_table); } /* // Use safeUp/safeDown to run migration code within a transaction public function safeUp() { } public function safeDown() { } */ }