Property | Type | Description | |
---|---|---|---|
$schemaProvider | Doctrine\DBAL\Migrations\Provider\SchemaProviderInterface |
Method | Description | |
---|---|---|
__construct ( Doctrine\DBAL\Migrations\Provider\SchemaProviderInterface $schemaProvider = null ) | ||
execute ( Symfony\Component\Console\Input\InputInterface $input, Symfony\Component\Console\Output\OutputInterface $output ) |
Method | Description | |
---|---|---|
configure ( ) |
Method | Description | |
---|---|---|
buildCodeFromSql ( |
||
getSchemaProvider ( ) | ||
resolveTableName ( string $name ) : string | Resolve a table name from its fully qualified name. The $name argument comes from Doctrine\DBAL\Schema\Table#getName which can sometimes return a namespaced name with the form {namespace}.{tableName}. This extracts the table name from that. |
public __construct ( Doctrine\DBAL\Migrations\Provider\SchemaProviderInterface $schemaProvider = null ) | ||
$schemaProvider | Doctrine\DBAL\Migrations\Provider\SchemaProviderInterface |
public execute ( Symfony\Component\Console\Input\InputInterface $input, Symfony\Component\Console\Output\OutputInterface $output ) | ||
$input | Symfony\Component\Console\Input\InputInterface | |
$output | Symfony\Component\Console\Output\OutputInterface |