PHP 클래스 Neos\Flow\Persistence\Doctrine\Migrations\Version20151126122252
Note: the indexes are manually maintained, since the annotation adding them is not picked
up, seemingly because of the single table inheritance (Event > NodeEvent).
파일 보기
프로젝트 열기: neos/neos-development-collection
공개 메소드들
메소드 |
설명 |
|
down ( Doctrine\DBAL\Schema\Schema $schema ) : void |
|
|
up ( Doctrine\DBAL\Schema\Schema $schema ) : void |
|
|
메소드 상세
public down ( Doctrine\DBAL\Schema\Schema $schema ) : void |
$schema |
Doctrine\DBAL\Schema\Schema |
|
리턴 |
void |
|
public up ( Doctrine\DBAL\Schema\Schema $schema ) : void |
$schema |
Doctrine\DBAL\Schema\Schema |
|
리턴 |
void |
|