PHP Class DoctrineMigrations\Version20161014100031

Inheritance: extends Doctrine\DBAL\Migrations\AbstractMigration
Datei anzeigen Open project: ec-cube/ec-cube

Public Methods

Method Description
down ( Doctrine\DBAL\Schema\Schema $schema )
up ( Doctrine\DBAL\Schema\Schema $schema )

Protected Methods

Method Description
createIndex ( Doctrine\DBAL\Schema\Schema $schema, string $tableName, array $columns, string $indexName, array $length = [] )
dropIndex ( Doctrine\DBAL\Schema\Schema $schema, string $tableName, string $indexName )

Method Details

createIndex() protected method

protected createIndex ( Doctrine\DBAL\Schema\Schema $schema, string $tableName, array $columns, string $indexName, array $length = [] )
$schema Doctrine\DBAL\Schema\Schema
$tableName string
$columns array
$indexName string
$length array

down() public method

public down ( Doctrine\DBAL\Schema\Schema $schema )
$schema Doctrine\DBAL\Schema\Schema

dropIndex() protected method

protected dropIndex ( Doctrine\DBAL\Schema\Schema $schema, string $tableName, string $indexName )
$schema Doctrine\DBAL\Schema\Schema
$tableName string
$indexName string

up() public method

public up ( Doctrine\DBAL\Schema\Schema $schema )
$schema Doctrine\DBAL\Schema\Schema