use yii\db\Migration; class extends Migration { public function up() { $this->dropTable(''); } public function down() { $this->createTable('', [ '' => $this-> '' => $this-> ]); } }