示例#1
0
 /**
  * Reverts the migration
  *
  * @return void
  */
 public function down()
 {
     $this->_connection = new migration\ConnectionProxy($this->_connection);
     $this->up();
     $this->_connection->playReversed();
 }