PHP Class Neos\Flow\Persistence\Doctrine\Migrations\Version20131203110242

Inheritance: extends Doctrine\DBAL\Migrations\AbstractMigration
Show file Open project: neos/neos-development-collection

Public Methods

Method Description
down ( Doctrine\DBAL\Schema\Schema $schema ) : void
preDown ( Doctrine\DBAL\Schema\Schema $schema ) : void Generate UUIDs in PHP if the uuid-ossp extension is not installed.
up ( Doctrine\DBAL\Schema\Schema $schema ) : void

Method Details

down() public method

public down ( Doctrine\DBAL\Schema\Schema $schema ) : void
$schema Doctrine\DBAL\Schema\Schema
return void

preDown() public method

Generate UUIDs in PHP if the uuid-ossp extension is not installed.
public preDown ( Doctrine\DBAL\Schema\Schema $schema ) : void
$schema Doctrine\DBAL\Schema\Schema
return void

up() public method

public up ( Doctrine\DBAL\Schema\Schema $schema ) : void
$schema Doctrine\DBAL\Schema\Schema
return void