dropTable('test'); } /** * @inheritdoc */ public function down() { \$this->createTable('test', [ 'id' => \$this->primaryKey(), ]); } } CODE;