Toggle navigation
Hot Examples
PT
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
PHP
PHP
C#
Java
Go
C++
Python
JS
TS
Pesquisar
Página Inicial
Neos
Flow
Persistence
Doctrine
Migrations
Version20131203110242
PHP Class Neos\Flow\Persistence\Doctrine\Migrations\Version20131203110242
Inheritance:
extends
Doctrine\DBAL\Migrations\AbstractMigration
Exibir arquivo
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